Linux CLI - Pipes and Redirection
Why does this command fail?
echo 'file1 file2' | xargs -n 0 rm
echo 'file1 file2' | xargs -n 0 rm
-n 0 means zero arguments per command, which is invalid.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions