!#/bin/sh # make dir mkdir ~/testdir # make file touch ~/testfile.txt # stream to a file echo -e "hello world\nend" >> ~/testfile.txt