![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| script not working...select utility | mobydick | Shell Programming and Scripting | 6 | 05-08-2008 03:33 AM |
| Writing a Utility Script | raghav1982 | Shell Programming and Scripting | 10 | 04-21-2008 08:23 AM |
| Help on how to call a utility from script | innocent | Shell Programming and Scripting | 3 | 01-20-2008 03:40 AM |
| Need help on SCRIPT(1M) utility | amit4g | UNIX for Dummies Questions & Answers | 1 | 11-23-2006 12:49 AM |
| cdrdao utility script | snwright | Shell Programming and Scripting | 2 | 04-25-2004 08:13 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
sort utility in script ?
Hi friends,
I want to use sort command in script. I used the following syntax in my scipt, sort -t '|' +3 tempcdrext4.cdr > temp.mocdr It give me a error " Input file specified two times." but this command work fine in the prompt without any problem. Can sombody please tell me who what is the problem. I am using bash shell. Regares, Mahesh |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Hi,
did You try cat file1 | sort ... >file2 Best regards Dieter |
|
#3
|
||||
|
||||
|
Quote:
|
||||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|