Horje
The command below uses du, sort, and head to show the top five largest files, starting from your /home directory: Code Example
The command below uses du, sort, and head to show the top five largest files, starting from your /home directory:
sudo du -a /home | sort -n -r | head -n 5




Shell

Related
install webex with wine Code Example install webex with wine Code Example
intellij copy line down mac Code Example intellij copy line down mac Code Example
"set -x " Code Example "set -x " Code Example
How to mkdir and switch to new directory in one line Code Example How to mkdir and switch to new directory in one line Code Example
copying directories in linux Code Example copying directories in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9