The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
How to read the configuration 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
:
How to read the configuration file from shell script
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
01-29-2008
ennstate
Registered User
Join Date: Mar 2007
Location: Chennai
Posts: 222
Code:
for file in /your/dir/*.log ; do echo "Your processing goes here" done
Thanks
Nagarajan G
ennstate
View Public Profile
Find all posts by ennstate
Find ennstate's past nominations received
Find ennstate's present nominations given