Linux CLI - Viewing and Editing Files
You run
head -n5 file.txt but get an error: "head: invalid option -- 'n5'". What is the likely cause?head -n5 file.txt but get an error: "head: invalid option -- 'n5'". What is the likely cause?head -n 5 file.txt.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions