Skip to content

Instantly share code, notes, and snippets.

@nari-ex
Created February 9, 2015 13:46
Embed
What would you like to do?
find . -print -exec sleep 0.1 \; | xargs -n1 -I%% mv %% dst_dir/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment