Skip to content

Instantly share code, notes, and snippets.

@MarcusHoile
Created February 6, 2020 07:45
Show Gist options
  • Save MarcusHoile/8015c10aaf496716262c6df764bf33c3 to your computer and use it in GitHub Desktop.
Save MarcusHoile/8015c10aaf496716262c6df764bf33c3 to your computer and use it in GitHub Desktop.
file system snippets
# rename multiple files
find . -type f -name '*.css.sass'| xargs rename 's/\.css//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment