![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script required to get a required info from file. Pls. help me. | ntgobinath | Shell Programming and Scripting | 2 | 05-31-2008 08:34 AM |
| Need to read data from a file (cut/awk) | rejirajraghav | Shell Programming and Scripting | 1 | 04-29-2008 03:13 PM |
| Post Shell programming: Question about source a file and read data from the file | ccwq | Shell Programming and Scripting | 3 | 08-04-2007 10:28 PM |
| Read from data file | fongthai | Shell Programming and Scripting | 12 | 02-27-2007 09:22 PM |
| Howto read data into a shell script | banjo | Shell Programming and Scripting | 4 | 09-06-2006 06:41 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Help required with a Csh script to read data from a file
Dears,
This is what i want.. I need to read a comma separated text file whose name is config.txt. whose content is like ; bscnara,btserrr bscsana,btssanacity ..... i need to read the first string and second string and use it to execute a another shell script. This is the logic. 1 open the config.txt 2 get the first and second varible read from the line 3 use it to execute a script 4 repeat 2 and 3 this end of file. NOTE: I did the same using ksh, but unfortunately the script works from command line but not from cron, i got the an advice that because the default shell for for my system is csh , my script needs to be written in csh and csh sucks when it comes to redirections.!! Help required pals.... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|