killasmurf86
07-24-2008, 07:14 PM
Let's say i have some input data
$DATA="Some text data that i want to change"
and i want to replace spaces with some other letter, lets say "_"
How can i do that in sh?
$DATA="Some text data that i want to change"
and i want to replace spaces with some other letter, lets say "_"
How can i do that in sh?