We often need command to recursively delete files from the current and sub-directories. Most of us execute the following command to do so. But to our utter surprise we find that it does not delete files from sub-directories. Well “r” option works only when you want to delete the directory. Use the following command to […]
The post Command to recursively delete files appeared first on Code4Reference.