Aren't using all your iCloud Storage? No worries, we've got an idea for that. We also have Cool Stuff Found and answers to your other questions. Plus, we iterate on a Quick Tip from last episode making it quicker and tipper! Listen with John and Dave and learn at least five new things!Note: Shownotes are complete!
find <directory> -type f -exec rm -f {} ;
or…find <directory> ! -type d -print 0 | xargs -0 rm