Skip to main content
nhq-melle
Main menu
Planet
Logon
Books
Bash
vim configuration
Script header
Loops
Usefull variables
find examples
Links
Nagios
OpenEdge
Powershell
You are here
Home
›
Bash
find examples
Tue, 07/19/2011 - 11:42 —
carl
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
‹ Usefull variables
up
Links ›
Log in
to post comments
Syndicate