One of the most useful things you can automate with bash is creating and deleting files and folders. We’ll learn how to create a file with touch
and append content to it with echo
. Then we’ll create a directory with mkdir
. Using rm
, we’ll then remove files and folders.