![]() |
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 spaces... | lost | UNIX for Dummies Questions & Answers | 2 | 10-06-2008 05:46 PM |
| removing spaces | sahithi_khushi | Shell Programming and Scripting | 2 | 11-03-2006 11:20 AM |
| Removing spaces at particular position | superprogrammer | Shell Programming and Scripting | 7 | 07-10-2006 05:29 AM |
| removing spaces after sperator | vishnu_vaka | Shell Programming and Scripting | 6 | 03-24-2006 10:17 AM |
| Removing spaces between records | thanuman | UNIX for Dummies Questions & Answers | 6 | 11-17-2005 01:01 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Removing spaces from string
I want a user to be able to paste in a string like "01 3F 20 1F" and have the script reformat it to "013F201F" to pass it on to the next step.
I was trying to figure it out with awk but wasnt working well. Never mind, found answer. did not know about tr ![]() Last edited by ippy98; 03-18-2009 at 06:46 AM.. Reason: found answer |