remove directory terminal code example
Example 1: how to remove folder and its contents in linux
rm -rf dirname
Example 2: delete directory linux
rm -rf dir1
Example 3: bash remove directory
rm -rf directory-name
Example 4: delete directory mac terminal
rm -r dirname
Example 5: delete non empty directory cmd
rm -rf directoryname