![]() |
|
|
|
|
|||||||
| 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 |
| problem in arithmetic operations | ithirak17 | Shell Programming and Scripting | 3 | 02-06-2007 03:46 AM |
| AlphaNumeric String Operations | lakshmikanth | UNIX for Dummies Questions & Answers | 3 | 01-05-2007 03:55 AM |
| File operations | monks | UNIX for Dummies Questions & Answers | 2 | 04-26-2006 04:26 AM |
| String Operations | Rohini Vijay | Shell Programming and Scripting | 9 | 04-21-2006 08:32 AM |
| File operations | chiragmistry21 | Shell Programming and Scripting | 2 | 03-27-2006 02:00 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
command for a series of operations
I want to append a file containing a list of names and the sorted contents of the file should be copied to a new file. All this should be on a single line( using pipes and redirection)
Pls help .. thankyou |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Quote:
to sort files, use sort. . man sort for more info. to copy files, use cp. man cp for more info. Quote:
|
|||
| Google The UNIX and Linux Forums |