in reply to Re: Passing the contents of a file in a "system" call to a .ksh script
in thread Passing the contents of a file in a "system" call to a .ksh script
If I can set up Perl to read the config file in a similar fashion, awesome. Calling the external script seemed easier at the time.for foo in `awk -F: '/ADMIN/ {print $5 }' $ADMINLIST`
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Passing the contents of a file in a "system" call to a .ksh script
by hbm (Hermit) on Jan 08, 2009 at 21:29 UTC |