The UNIX and Linux Forums  


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 -->
  #2 (permalink)  
Old 03-18-2009
achellstrom achellstrom is offline
Registered User
  
 

Join Date: Feb 2009
Posts: 16
Another way of doing this is:
for name in `cat /home/pilga/man_blade.txt`
do
<your code>
done

NOTE: watch the tick marks they are back ticks