# print the shell environment variable 'home' to standard output echo $HOME # apend 'bro' (newline) to the end of bro.txt, create the file if !exists echo 'bro' >> bro.txt
# print the shell environment variable 'home' to standard output echo $HOME # apend 'bro' (newline) to the end of bro.txt, create the file if !exists echo 'bro' >> bro.txt