![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| delete blank space in begining of line | karthikn7974 | Shell Programming and Scripting | 4 | 05-07-2008 01:40 AM |
| How to get last non-blank line? | tqlam | Shell Programming and Scripting | 6 | 01-17-2008 04:13 PM |
| insert text and add blank line | athidhi | Shell Programming and Scripting | 7 | 08-16-2007 08:56 AM |
| adding blank line in egrep | antalexi | UNIX for Dummies Questions & Answers | 2 | 05-24-2004 09:40 AM |
| Insert blank line if grep not found | michieka | Shell Programming and Scripting | 6 | 01-04-2004 11:03 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Blank line ?
How to give a new blank line in a file using script ?
The command should be using echo Thanks !! |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Code:
echo "\n" >> file.out Code:
echo -e "\n" >> file.out |
|
#3
|
||||
|
||||
|
Code:
echo >> yourfile |
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|