You are here

find examples

Build a list of files sorted by size

find / -xdev -type f -printf %k\\t%C+\\t%h\\t%f\\n | sort -n -t\t > /tmp/files.lst