![]() |
|
|
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 |
| How to execute multiple commands via ssh | srage | Shell Programming and Scripting | 9 | 01-05-2008 03:18 AM |
| Can I spread commands over multiple lines? | tphyahoo | UNIX for Dummies Questions & Answers | 1 | 06-07-2006 10:08 AM |
| Multiple commands TAB delimited | cdunavent | Shell Programming and Scripting | 2 | 05-09-2005 10:48 PM |
| sed: Multiple Commands applied to an address | Shell Programming and Scripting | 2 | 08-11-2004 12:55 PM | |
| Alias confusion - multiple commands ? | HikerLT | UNIX for Dummies Questions & Answers | 1 | 11-17-2003 12:01 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
multiple sed commands
hello!
I have a few sed commands sed '/^$/d' < $1 > tmp.t sed '/^ \{3,\}/d' < tmp.t > tmp1.txt ..... how can I write them in a single line? sed '/^$/d' < $1 > | '/^ \{3,\}/d' < $1 > tmp1.txt any idea? thanks. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|