Create a new file new.txt that is a concatenation of file1.txt and file2.txt

Question:Create a new file new.txt that is a concatenation of file1.txt and file2.txt

1.cp file.txt file2.txt new.txt

2.cat file1.txt file2.txt > new.txt

3.mv file[12].txt new.txt

4. ls file1.txt file2.txt | new.txt


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!