| List all files on server by size
|
JohnKelly

msg:3854261 | 8:34 pm on Feb 20, 2009 (gmt 0) | Does anyone know the Unix command to list all files on a server sorted by size, recursively through every directory?
|
Jonesy

msg:3854385 | 11:17 pm on Feb 20, 2009 (gmt 0) | `ls -aoRSr` WFM
|
JohnKelly

msg:3854403 | 11:47 pm on Feb 20, 2009 (gmt 0) | That works, thanks!
|
|
|