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
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
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 UNIX 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