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 01-31-2008
vangalli vangalli is offline
Registered User
 

Join Date: Jul 2006
Location: Hindusthan ( INDIA )
Posts: 18
here is the answer!!

touch example.txt
echo Line1 >> example.txt
echo Line2 >> example.txt
echo Line3>> example.txt
Reply With Quote