Skip to content

Instantly share code, notes, and snippets.

@L04DB4L4NC3R
Last active January 7, 2021 14:23
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 L04DB4L4NC3R/919e21e07e9caab2e6c250b68242da7f to your computer and use it in GitHub Desktop.
Save L04DB4L4NC3R/919e21e07e9caab2e6c250b68242da7f to your computer and use it in GitHub Desktop.
Rename VIT reference material (VTOP) to human readable format
#!/bin/bash
for i in *; do
mv $i $(echo $i | cut -d'_' -f8-)
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment