![]() |
|
|
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 |
| add carriage return at end of file | HAA | Shell Programming and Scripting | 2 | 11-20-2007 11:58 AM |
| Carriage Return at end of file | bd_joy | Shell Programming and Scripting | 14 | 10-20-2006 02:20 PM |
| Dont want carriage return | videsh77 | Shell Programming and Scripting | 3 | 12-16-2004 09:26 PM |
| Remove a carriage return at end of variable | flagship99 | UNIX for Dummies Questions & Answers | 5 | 11-17-2004 06:39 PM |
| Capture carriage return. | gio123bg | Shell Programming and Scripting | 4 | 12-15-2003 10:21 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Could someone tell me how to do the below without opening the file? (eg in sed or awk)
I have a file with the contenst below: $ more file1.txt 10 AAA; 200 BBB; 3 CCC; I want to delete the carriage return of one line above the line which has ";" at the end to get the below: 10 AAA; 200 BBB; 3 CCC; Any help will be appreciated. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|