Linux CLI - Viewing and Editing Files
You run
wc -l file.txt but get an error: wc: invalid option -- 'x'. What is the likely cause?wc -l file.txt but get an error: wc: invalid option -- 'x'. What is the likely cause?wc received an option -x which it does not recognize.-x instead of -l or -w.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions