The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Reading file names from a file and executing the relative file from shell script
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Reading file names from a file and executing the relative file from shell script
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
03-10-2006
rajiv25
Registered User
Join Date: Mar 2006
Posts: 2
try this ..
for execute_file in `cat list_file`
do
./${execute_file}.extension
done
romy
rajiv25
View Public Profile
Find all posts by rajiv25
Find rajiv25's past nominations received
Find rajiv25's present nominations given