Skip to content

Instantly share code, notes, and snippets.

@ganobrega
Created April 30, 2019 17:27
Show Gist options
  • Save ganobrega/8647a75812dfe37f92100e2d2a37896d to your computer and use it in GitHub Desktop.
Save ganobrega/8647a75812dfe37f92100e2d2a37896d to your computer and use it in GitHub Desktop.
Rename Icons Pack files
#!/bin/sh
# Rename for file name pattern:
# 001-filename.svg
rename 's/\d{1,3}-//gi' *.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment