Created
February 26, 2024 08:04
-
-
Save Lecarvalho/b6214a7357e281e388d51c4f1e0d3304 to your computer and use it in GitHub Desktop.
When mv is not possible because of large quantity of files, this command helps
This file contains 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
echo !(*.jpg|*.png|*.bmp) | xargs mv -t ../ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment