|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
Delete rows in line
What is the sed command to delete all the rows in a file with specified "string"
|
|
#2
|
|||
|
|||
|
If I understand the question, it's
sed '/string/d' < file Or at least that is one way to do it. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > Delete rows in line |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|