Home
FreeBSD Tips
Show files size in a list of subdirectories, sorted by size
FreeBSD Tips
Show files size in a list of subdirectories, sorted by size | Show files size in a list of subdirectories, sorted by size |
|
|
|
Show how big are files in a list of subdirectories, sorted by size (in the curent path) du -s * |sort -rn | head |
| < Prev | Next > |
|---|

