Linux CLI - File and Directory Operations
What will happen if you run the command
rm -i file1.txt file2.txt?rm -i file1.txt file2.txt?-i option makes rm ask for confirmation before deleting each file.rm -i will ask for confirmation separately for each file before deleting.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions