Linux CLI - File and Directory Operations
You want to copy
file1.txt to file2.txt but avoid overwriting if file2.txt exists. Which command fixes this error: cp file1.txt file2.txt?