Skip to content
RickMakes

RickMakes

  • FFmpeg Notes
  • Tools
  • Synology
  • Raspberry Pi
  • Mac
  • Ubiquiti
  • Windows
  • My Amazon Storefront
  • YouTube
  • Twitter
  • PayPal Donation
  • Instagram
  • Pinterest

Final Cut Pro Batch Remove Render Files using the Command Line

Posted byRickMakes November 13, 2019December 6, 2019
Find Files
find ./ -iname 'High Quality Media' -exec du -sh {} \;
Remove Files
find ./ -iname 'High Quality Media' -exec rm -fR "{}" \;
Posted byRickMakesNovember 13, 2019December 6, 2019Posted inMac

Post navigation

Previous Post Previous post:
Protecting Outdoor Christmas Ornaments from Fading
Next Post Next post:
Tip for Safely Using a Public Charging Station

Recent Posts

  • ZOYI ZT-701 Oscilloscope Multimeter
  • Silkland 6.6ft DisplayPort 2.1 Cable
  • Adding a Wall Switch to Pull-chain Shop Lights with Lutron Outlet
  • Rsrteng Multifunction Network Cable Tester with Multimeter
  • iPhone 17 Pro Insignia Basic Magsafe Compatible Hard Shell Case

Categories

As an Amazon Associate I earn from qualifying purchases.

RickMakes, Proudly powered by WordPress.
  • YouTube
  • Twitter
  • PayPal Donation
  • Instagram
  • Pinterest