Skip to content

Instantly share code, notes, and snippets.

@abarmat
Created June 19, 2017 00:34
Show Gist options
  • Save abarmat/f366c04ed6874045112f669e000eeb44 to your computer and use it in GitHub Desktop.
Save abarmat/f366c04ed6874045112f669e000eeb44 to your computer and use it in GitHub Desktop.
for file in $(ls -p | sort -R | grep -v / | grep -v s.sh | tail -6000)
do
mv $file ./cv/1/
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment