The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 11-20-2007
HAA HAA is offline
Registered User
  
 

Join Date: Feb 2006
Posts: 24
add carriage return at end of file

Quote:
Originally Posted by porter View Post
Do you mean "line-feed", not "carriage-return"?

this will append a newline...

Code:
echo >>file
Thanks a lot,i'll cosed it.