Bash Scripting - File Operations in Scripts
Which of the following is the correct syntax to append the output of the command
date to a file named dates.log?date to a file named dates.log?date >> dates.log runs date and appends its output to the file.> overwrites, > date dates.log is invalid syntax, and append is not a bash command.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions