how to delete a folder cml code example
Example 1: remove directory and contents
rm -R directory
Example 2: remove directory from linux
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully
rm -R directory
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully