Linux CLI - File and Directory Operations
What is wrong with this command if you want to rename
file.txt to document.txt but get an error?mv file.txt document.txt/file.txt to document.txt but get an error?mv file.txt document.txt/document.txt/ with a trailing slash, which means it expects a directory named document.txt.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions