Timeline for find the single largest file
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 10, 2015 at 16:05 | comment | added | nachocab | To sort by file size in reverse order (from largest to smallest), use the uppercase O glob qualifier. zsh.sourceforge.net/Doc/Release/Expansion.html | |
| May 19, 2014 at 9:38 | comment | added | Stéphane Chazelas | Note that %s gives the file size (and oL sorts on file size), while du gives the disk usage which are separate things. -k1n is the same as -n. | |
| May 19, 2014 at 2:07 | history | answered | Gilles 'SO- stop being evil' | CC BY-SA 3.0 |