Can you order these commands so that the Terminal displays 3?
Nice! We start with the > command and use >> to append a line to danger.txt. Finally, we use cat with | and the word count command.
Almost! We start with the > command and use >> to append a line to danger.txt. Finally, we use cat with | and the word count command.