Skip to content

Instantly share code, notes, and snippets.

@bloadvenro
Created November 20, 2019 06:40
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 bloadvenro/5e121b28b35499875674c02127455328 to your computer and use it in GitHub Desktop.
Save bloadvenro/5e121b28b35499875674c02127455328 to your computer and use it in GitHub Desktop.
*nix shell tips ant tricks

*nix shell tips ant tricks

Change file extensions:

find app/src -name "*.js" -exec sh -c 'mv "$0" "${0%.js}.ts"' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment