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 -->
  #3 (permalink)  
Old 12-16-2007
saranyu's Avatar
saranyu saranyu is offline
Registered User
 

Join Date: May 2006
Posts: 3
Try this

$ print "ra\n" > na
$ print "ras" >> na
Reply With Quote