Skip to content

Instantly share code, notes, and snippets.

@cecchisandrone
Created March 23, 2022 15:44
Show Gist options
  • Save cecchisandrone/284f67b3607ba808017aa34dd1df7fef to your computer and use it in GitHub Desktop.
Save cecchisandrone/284f67b3607ba808017aa34dd1df7fef to your computer and use it in GitHub Desktop.
Final Cut Pro X Render Files removal script
#!/bin/bash
# Usage ./fcpx-clean.sh /Users/user/Movies
find $1 -name \"Render Files\" -type d -exec rm -rf {} +"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment