mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	List pkgs by size
This commit is contained in:
		@@ -217,3 +217,11 @@ kerndeb () {
 | 
			
		||||
        "$revision" kernel_image kernel_headers
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# List packages by size
 | 
			
		||||
function apt-list-packages {
 | 
			
		||||
    dpkg-query -W --showformat='${Installed-Size} ${Package} ${Status}\n' | \
 | 
			
		||||
    grep -v deinstall | \
 | 
			
		||||
    sort -n | \
 | 
			
		||||
    awk '{print $1" "$2}'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user