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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 03-10-2006
rajiv25 rajiv25 is offline
Registered User
 

Join Date: Mar 2006
Posts: 2
try this ..

for execute_file in `cat list_file`
do
./${execute_file}.extension
done

romy
Reply With Quote