Create a new file "new.txt" that is a concatenation of "file1.txt" and "file2.txt"?
a) cp file.txt file2.txt new.txt
b) cat file1.txt file2.txt > new.txt
c) mv file[12].txt new.txt
d) ls file1.txt file2.txt | new.txt

Submitted by: Murtaza
b) cat file1.txt file2.txt > new.txt
Submitted by: Murtaza

Read Online Linux OS Shell Job Interview Questions And Answers