![]() |
|
|
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 |
| Regarding Shell Scripting | anilkarikkandar | UNIX for Dummies Questions & Answers | 3 | 11-20-2006 12:26 AM |
| HELP PLS!! Shell Scripting!! | Mary_xxx | Shell Programming and Scripting | 9 | 09-16-2006 07:52 AM |
| difference between AIX shell scripting and Unix shell scripting. | haroonec | Shell Programming and Scripting | 2 | 04-12-2006 09:12 AM |
| something else on shell scripting | master_6ez | Shell Programming and Scripting | 1 | 11-21-2004 11:42 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Help need in Shell Scripting
Hi All
![]() i am writing a shell which would read from a parameter file , and once the file is read it should not display those lines in the output file Example Prameter file is b.txt and it contains the following : aaaa cccc ffffff rrrrrr qqqq and i issue the command df -d it will display all the datas and store it in a log file , but those lines which are mentioned should not be there in the log file can anyone help me on this |
|
||||
|
Hi , Thanks fo you help
I am rewritting the requirement once again i am executing a command autorep -j % and redirecting the ouput to one file autorep -j % -q > data1.txt data1.txt has all the information which is avaiable in the database and have a parameter file which has these lines (b.txt) qqqqq aaaa asss assddd 454545 Once i run the shell script with the command included autorep -j % -q > data1.txt , it should read from the parameter file and should produce another output data2.txt , and those ouput should not have the lines which are in b.txt Can anyone help me on this !! Thanks once again |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|