Search Results

Search: Posts Made By: jayT
39,468
Posted By jayT
Thanks for you help/time, but I was able to...
Thanks for you help/time, but I was able to figure it out.

I didn't use SED though, I used:

tr ',' ' '

and that did the job.
39,468
Posted By jayT
Thanks for the quick reply, however I couldn't...
Thanks for the quick reply, however I couldn't get either of those to work. But I wouldn't rule out user error on this. Perhaps I'm improperly placing the SED command?

I did it like this:

cat...
39,468
Posted By jayT
Replace comma with a blank space using SED
Hello everyone,

I want to replace all "," (commas) with a blank space

My command thus far is:
cat test.text | sed -e s/\`//g | awk '{print$1" "$2" "$3}'
I'm sure you guys know this, but...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy