Using paste:
paste -sd" " inputfile
If you want to comma delimit the file, just add a comma in between the quotes:
paste -sd"," inputfile
Using paste:
paste -sd" " inputfile
If you want to comma delimit the file, just add a comma in between the quotes:
paste -sd"," inputfile
1 person found this article useful
1 person found this article useful