![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Removing a character using sed | Raynon | Shell Programming and Scripting | 6 | 11-21-2008 11:24 AM |
| Removing last character from each line of file | cjhancock | Shell Programming and Scripting | 17 | 08-29-2008 05:05 AM |
| removing a character and addending to end in each line in a file | arunkumar_mca | UNIX for Dummies Questions & Answers | 5 | 01-30-2008 12:48 AM |
| Removing character from list line (at the end) | malaymaru | Shell Programming and Scripting | 2 | 11-28-2007 08:05 AM |
| Removing the ^M character in VI | julesinbath | UNIX for Dummies Questions & Answers | 2 | 04-29-2002 10:13 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
removing new line character
I'm appending header and trailer record for a binary file using
echo "$header" > filename cat oldfilename >> filename echo "$trailer" >> filename The echo is introducing newline character after header and trailer.Please let me know is there any possibility to get rid of newline character. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|