Created
March 22, 2021 12:40
-
-
Save jboero/295d8d48d4d8f5e2df224935280628fd to your computer and use it in GitHub Desktop.
Find my biggest binaries.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ls /usr/bin/| wc -l | |
4826 | |
$ du -sch /usr/bin/* | sort -h | tail -25 | |
13M /usr/bin/qemu-system-ppc | |
13M /usr/bin/qemu-system-x86_64 | |
14M /usr/bin/qemu-system-arm | |
14M /usr/bin/qemu-system-ppc64 | |
15M /usr/bin/qemu-system-aarch64 | |
17M /usr/bin/audacity | |
19M /usr/bin/clementine | |
20M /usr/bin/snap | |
25M /usr/bin/c-index-test | |
25M /usr/bin/lto-dump | |
27M /usr/bin/bazel-real | |
47M /usr/bin/rclone | |
49M /usr/bin/boundary | |
52M /usr/bin/podman | |
62M /usr/bin/inkscape | |
73M /usr/bin/blender | |
79M /usr/bin/terraform | |
98M /usr/bin/waypoint | |
107M /usr/bin/consul | |
109M /usr/bin/nomad | |
124M /usr/bin/packer | |
137M /usr/bin/hyperkube | |
137M /usr/bin/kubectl | |
187M /usr/bin/vault |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment