hi, thanks for the help.
No luck yet, i made the following script:
#!/bin/sh
echo "please type the string:"
read var
var=echo $var | sed 's::,:g'
echo "your converted string: $var"
this way gave no results, i typed, this is a test, gives:
line 5:this: not found
your converted string: this is a test
I also tried to use commas around echo, but it seems to not work
can you try the script?
thank you!
fangis