Skip to content

Instantly share code, notes, and snippets.

@redeltaglio
Created August 23, 2017 09:42
Show Gist options
  • Save redeltaglio/4b738dc9f244c9dac708e598c2b121a7 to your computer and use it in GitHub Desktop.
Save redeltaglio/4b738dc9f244c9dac708e598c2b121a7 to your computer and use it in GitHub Desktop.
find all file by extension and the move them to other variables. One command
find Input-Font/ -name '*.ttf*' -exec mv -t . {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment