Created
August 23, 2017 09:42
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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