Linux CLI - Viewing and Editing Files
You run
head -n 5 file.txt but get an error: head: invalid option -- 'n'. What is the likely cause?head -n 5 file.txt but get an error: head: invalid option -- 'n'. What is the likely cause?invalid option -- 'n', meaning -n is not recognized.head do not support -n and require different syntax.head command version does not support -n -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions