Horje
Show 10 Largest Open Files Code Example
Show 10 Largest Open Files
 $ lsof / | awk '{ if($7 > 1048576) print $7/1048576 "MB" " " $9 " " $1 }' | sort -n -u | tail




Shell

Related
how to install multible package in linux one line of code Code Example how to install multible package in linux one line of code Code Example
ERROR `/directory/' not found. jekyll Code Example ERROR `/directory/' not found. jekyll Code Example
linux cli chart Code Example linux cli chart Code Example
check complete nested folder size in windows Code Example check complete nested folder size in windows Code Example
speed up ubuntu Code Example speed up ubuntu Code Example

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