Skip to content

Instantly share code, notes, and snippets.

@fzf
Created March 24, 2020 06:24
Show Gist options
  • Save fzf/701decd89a8f764fd5cfa46672155eac to your computer and use it in GitHub Desktop.
Save fzf/701decd89a8f764fd5cfa46672155eac to your computer and use it in GitHub Desktop.
for a in tv/*/; do (cd "$a" && for f in *; do mv $f $(basename $(pwd)).${f##*.}; done); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment