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 -->
  #5 (permalink)  
Old 05-21-2007
vibhor_agarwali vibhor_agarwali is offline
Registered User
 

Join Date: Jan 2005
Posts: 212
Okay,

And if i have to take it directly from command substitution:

like:

for a in `find . -type f`; do ......

Then ...
Reply With Quote