Friday, 9 August 2013

How to append data of multiple files into single file?

How to append data of multiple files into single file?

For example: I have 01.txt and 02.txt files and need to append data of
these files into new file.(new.txt)
It should append data based on 01.txt followed by 02.txt files.
Before this I have to delete only 1st AND last line of the files( 01.txt
02.txt ) and then append into new file.
How Do we accomplish this using UNIX?

No comments:

Post a Comment