$ > foo.txt
$ echo -e “younarenawesome” > foo.txt This will create a file foo.txt and fill it up with your specified string If you do a $ cat foo.txt The output would be: $ cat foo.txt you are awesome