Created
February 28, 2019 01:22
-
-
Save johnantoni/91c20b4af875d220dd8389357e5c9682 to your computer and use it in GitHub Desktop.
remove '-Broadband High' from videos
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
for i in *.mp4 ; do mv "$i" "${i/-Broadband High*.mp4/.mp4}" ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment