Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Show 10 Largest Open Files

 $ lsof / | awk '{ if($7 > 1048576) print $7/1048576 "MB" " " $9 " " $1 }' | sort -n -u | tail
Comment

PREVIOUS NEXT
Code Example
Shell :: Unset a Variable; Remove Variable; Delete Variable 
Shell :: linux set permissions for all files matching pattern 
Shell :: how to install app from android phone programmatically 
Shell :: install dynamic library gd2 
Shell :: reinstall libre office to get dbf file works 
Shell :: upgrade openmediavault on rock64,rockpro64,pinebookpro 
Shell :: apache enable directory listing macbook pro 
Shell :: rails 6 action_mailbox:install not working 
Shell :: put files in every subfolder in powershell 
Shell :: transcode input to output with h264 720p with gpu 
Shell :: set gcc path to vscode in ubuntu 
Shell :: site:stackoverflow.com git clone specific folder 
Shell :: raspberry install latest kernel 
Shell :: wifi falling out 
Shell :: github clone mirror 
Shell :: vite dev host 
Shell :: install media library 
Shell :: package awswrangler 
Shell :: sudo: netstat: command not found 
Shell :: alternative to the default mysql shell 
Shell :: BertinAm github 
Shell :: How would you make changes to a repository on GitHub inside a bash terminal? 
Shell :: how to detach from screen session linux 
Shell :: Step-by-step – Acrobat Reader DC Ubuntu 20.04 Installation 
Shell :: Length of $FOO 
Shell :: ffmpeg add cover art 
Shell :: GitHub Actions: how to target all branches 
Shell :: openssl command 
Shell :: github status 
Shell :: homestead 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =