Skip to content

Instantly share code, notes, and snippets.

@ph00lt0
Created March 22, 2022 14:16
Show Gist options
  • Select an option

  • Save ph00lt0/081e6a8a4e49e3c709182aee0860c9d1 to your computer and use it in GitHub Desktop.

Select an option

Save ph00lt0/081e6a8a4e49e3c709182aee0860c9d1 to your computer and use it in GitHub Desktop.
Preview remove first 72 charachters
```
rename -n -v 's/^(.{72})//' *
```
Apply it
```
rename 's/^(.{72})//' *
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment