![]() |
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 |
| how to remove all except one file? | praveen_b744 | UNIX for Dummies Questions & Answers | 5 | 03-01-2009 02:56 PM |
| rm command not able to remove file | jambesh | Shell Programming and Scripting | 7 | 12-21-2007 07:37 AM |
| remove file | bkan77 | UNIX for Advanced & Expert Users | 2 | 09-08-2007 05:10 PM |
| Remove the contents of a file without deleting the file | sumesh.abraham | Shell Programming and Scripting | 10 | 12-02-2006 05:35 PM |
| help to remove file | ranj@chn | UNIX for Dummies Questions & Answers | 2 | 06-16-2006 05:03 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
how to remove ^@ from a file using sed...or anything
i tried the following:-
sed -e file 's/^@//g' > temp also tried sed -e file 's/[^ -~]//g' > temp nothing happened....can someone please tell me wht is wrong??? also someinformation abt the character "^@"(it is ONLY ONE character and NOT TWO characters) thanx in advance.. |
|
||||
|
Vgresh,
It's giving me following error. tr -d '\000' a(my file name) tr: The combination of options and String parameters is not legal. Usage: tr [ -c | -cds | -cs | -ds | -s ] [-A] String1 String2 tr [ -cd | -cs | -d | -s ] [-A] String1 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|