Sometimes we want to combine the lines in a file as single line. How to achieve this in linux using command line?
We can use the command 'paste' for this purpose.
From its man page,
paste - merge lines of files
We can use the command 'paste' for this purpose.
From its man page,
paste - merge lines of files