Hey there everyone ... I have the following data, and I need to put it all into one line...
I have this:
22791
;
14336
;
22821
;
34653
;
21491
;
25522
;
33238
;
I need this: 22791;14336;22821;34653;21491;25522;33238;
If anyone could help me it would be a great !!
Thanks in advance!
--------- EDIT
No of these commands is working perfectly...
most of them let the data like this:
22791
;14336
;22821
;34653
;21491
;25522
Thanks for the help. But if someone can solve this problem it's going to be really good!
Solved:
cat inputFile | tr -d "\n\r" > outputFile