The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-23-2006
steweston steweston is offline
Registered User
 

Join Date: May 2006
Location: Vancouver, BC
Posts: 11
Quote:
Originally Posted by bryan
how can I add data from command line to end of file?
echo "Whatever you want, including variables $VAR1 , $VAR2" >> your_file
Reply With Quote