View Single Post
  #3   (View Single Post)  
Old 24th July 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Code:
DATA="Some text data that i want to change"
DATA=$( echo $DATA | sed 's|text data|binary crap|' )
echo $DATA
Sorry, didn't see you wanted to just switch one character. tr is best for that.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote