joe, a bash script developer, is trying to debug a shell script named myscript. which of the following commands would record the output of the script in a text file? answer myscript | echo | testfile.txt myscript | testfile.txt myscript >> testfile.txt echo myscript >> testfile.txt