The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-18-2009
ippy98 ippy98 is offline
Registered User
  
 

Join Date: Mar 2009
Posts: 21
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