Skip to content

Instantly share code, notes, and snippets.

@rvill
rvill / FullPath
Created April 13, 2015 20:36
Get full path of all files in directory, output to path.txt
find `pwd` -maxdepth 1 > path.txt
@rvill
rvill / SplitFolder
Created April 13, 2015 20:56
split folder into n items
ls -1 | sort -n | head -2000 | xargs -i mv "{}" /dest/folder/