DSP WORLD
Welcome to Digital Signal Processing World!
Saturday, April 4, 2009
unix script replace comma with comma follwoed by New line
cat input.txt sed 's/\,/\,\n/g'>output.txt
input.txt
a,b,c,d
output.txt
‹
›
Home
View web version