Forum Moderators: bakedjake

Message Too Old, No Replies

List all files on server by size

         

JohnKelly

8:34 pm on Feb 20, 2009 (gmt 0)

10+ Year Member



Does anyone know the Unix command to list all files on a server sorted by size, recursively through every directory?

Jonesy

11:17 pm on Feb 20, 2009 (gmt 0)

10+ Year Member Top Contributors Of The Month



`ls -aoRSr` WFM

JohnKelly

11:47 pm on Feb 20, 2009 (gmt 0)

10+ Year Member



That works, thanks!