Find and Delete All Sub Directories/Files Exclude Some Directory
I need to remove all sub-directory excluding some directories. The solution I found is using find and xargs.
I need to remove all sub-directory excluding some directories. The solution I found is using find and xargs.
Useful df and du snippets that I frequently used