remove directory from terminal code example
Example 1: delete directory mac terminal
rm -r dirname
Example 2: delete directory terminal
rm -r directory-name
Example 3: remove directory from linux
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully
Example 4: terminal delete fle
rm MyFile.rtf