Linux CLI - File and Directory Operations
What will be the output of the following commands if
file1.txt exists and file2.txt also exists?cp file1.txt file2.txt cat file2.txt
