154 B
154 B
| tags | created | |
|---|---|---|
|
Monday, July 07, 2025 |
List_largest_files_bash
ls -lSh
# Limited to n largest
ls -lSh | tail -10
| tags | created | |
|---|---|---|
|
Monday, July 07, 2025 |
ls -lSh
# Limited to n largest
ls -lSh | tail -10