Logo 
Search:

Unix / Linux / Ubuntu Articles

Submit Article
Home » Articles » Unix / Linux / Ubuntu » Homework HelpRSS Feeds

Print message a shown in description

Posted By: Adalfrid Fischer     Category: Unix / Linux / Ubuntu     Views: 2402

How to print “this is
______________________a three line
_________Text message”

consider space in place of line.

Code for Print message a shown in description in Unix / Linux / Ubuntu

$ echo -e "this is\n\t\t\ta three line\n\t\ttext message"

*************
   Output
*************

thisis
                        a three line
                text message
  
Share: 


Didn't find what you were looking for? Find more on Print message a shown in description Or get search suggestion and latest updates.

Adalfrid Fischer
Adalfrid Fischer author of Print message a shown in description is from Frankfurt, Germany.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!