Linux CLI - Linux Basics and Terminal
Which symbol is used in Bash to redirect the output of a command to a file, overwriting the file if it exists?
> redirects output to a file, overwriting it. >> appends output. | pipes output to another command. < redirects input.>.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions