Linux Module 2 - Incomplete
Linux Module 2 - Incomplete
• Paste
• Concatenates the content of specified files into single file vertically.
• Used to merge lines of files
• Syntax: paste file1 file2
• Options:
• -d delim : use delim character as delimiter instead of a tab