Bash Scripting - File Operations in Scripts
Which of the following is the correct syntax to append the text "Hello" to a file named
greetings.txt?greetings.txt?>> after the command.echo Hello >> greetings.txt appends "Hello" to the file without deleting existing content.>> to append text [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions