How to Delete Directory Recursively in Linux
Linux has rm command to delete files and directory in the file system. However rm command alone never work if directory is filled with content and not blank. Rm command support switches that help you to delete all files and sub-directories recursively within a target directory. $rm -rf [name of…continue reading →
Recent Comments