Skip to content

Instantly share code, notes, and snippets.

@Lecarvalho
Created February 26, 2024 08:04
Show Gist options
  • Save Lecarvalho/b6214a7357e281e388d51c4f1e0d3304 to your computer and use it in GitHub Desktop.
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
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