I'm fairly new to unix. I got a data file with records that were extracted from oracle. Each of these records has a line break at the end, but I need to join all the records into one large string. (remove CR/LF)
Is there any way that I can do this from unix ??
I've tried sed 's/^M$//g ' f1 > f2
but it does not seem to work !!
any help is appreciated. code is much !! appreciated.
Thanks,
Jose
Is there any way that I can do this from unix ??
I've tried sed 's/^M$//g ' f1 > f2
but it does not seem to work !!
any help is appreciated. code is much !! appreciated.
Thanks,
Jose