Created
June 19, 2017 00:34
-
-
Save abarmat/f366c04ed6874045112f669e000eeb44 to your computer and use it in GitHub Desktop.
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
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