misc
misc commands.
Miscellaneous commands
Move 10 random files from current dir to new dir
ls | shuf -n 10 | xargs -i mv {} path-to-new-dir
Last modified February 23, 2023: misc (00403d4)
Miscellaneous commands
Move 10 random files from current dir to new dir
ls | shuf -n 10 | xargs -i mv {} path-to-new-dir