Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Coding
Code Example
Download
Home
Coding
Code Example
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
Next
Previous
Shell
Related
install webex with wine Code Example
intellij copy line down mac Code Example
"set -x " Code Example
How to mkdir and switch to new directory in one line Code Example
copying directories in linux Code Example
Type
:
Code Example
Category
:
Coding
Sub Category
:
Code Example
Uploaded by
:
Admin
Views
:
9