Linux CLI - Pipes and Redirection
What does the command
ls nonexistingfile 2> error.log do in Linux?ls nonexistingfile 2> error.log do in Linux?2> redirects standard error (stderr) to a file, replacing its content.error.log, overwriting previous content.2> replaces error file content [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions