Remove Folder Recursively
Easily delete a folder and its entire contents recursively without waiting for the slow OS delete to run. Handy for those pesky node_modules
folders.
rm ./PATH_TO_FOLDER -r -force
Easily delete a folder and its entire contents recursively without waiting for the slow OS delete to run. Handy for those pesky node_modules
folders.
rm ./PATH_TO_FOLDER -r -force