Created
March 23, 2022 15:44
-
-
Save cecchisandrone/284f67b3607ba808017aa34dd1df7fef to your computer and use it in GitHub Desktop.
Final Cut Pro X Render Files removal script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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