Created
July 26, 2017 02:33
-
-
Save pavgup/1deee218fa2bc078b117d4e51467384f to your computer and use it in GitHub Desktop.
Random data science tricks
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
| shuf -n 10 -e * | xargs -i mv {} path-to-new-folder <-- random file movement |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment