Skip to content

Instantly share code, notes, and snippets.

@johnantoni
Created February 28, 2019 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnantoni/91c20b4af875d220dd8389357e5c9682 to your computer and use it in GitHub Desktop.
Save johnantoni/91c20b4af875d220dd8389357e5c9682 to your computer and use it in GitHub Desktop.
remove '-Broadband High' from videos
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