identify the command to append the output of a command to a file?? code example Example: bash add text to file echo "hello world" >> my_file.txt