RPeraltaJr
4/21/2017 - 4:05 PM

Delete folders/directories. * WARNING: removing a file through the terminal will remove it permanently

Delete folders/directories. * WARNING: removing a file through the terminal will remove it permanently

Remove/Delete an empty directory

rmdir folderName

Removes/Deletes files and directories recursively and doesn’t care if directories are empty or not

rm -R folderName