how to remove %cd path code example
Example: remove directory from linux
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully
rm -r filename
rm -rf filename
this command remove the directory and subdirectory forecefully