Create and Delete Files and Folders in Bash

InstructorCameron Nokes

Share this video with your friends

Send Tweet

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.