RM Bash

# remove a file, -rf to remove folder with contents
rm <file_name>

# remove empty dir or empty folder
rmdir <dir_name>
Dizzy Dog