../oils.DEPS ├── bin │   ├── ash -> ../wedge/busybox/1.35.0/busybox │   ├── bash -> ../wedge/bash/5.2.21/bin/bash │   ├── bash-4.4 -> ../wedge/bash/4.4/bin/bash │   ├── bash-5.2.21 -> ../wedge/bash/5.2.21/bin/bash │   ├── dash -> ../wedge/dash/0.5.10.2/bin/dash │   ├── mksh -> ../wedge/mksh/R52c/mksh │   ├── python2 -> ../wedge/python2/2.7.18/bin/python2.7 │   ├── python3 -> ../wedge/python3/3.10.4/bin/python3.10 │   ├── re2c -> ../wedge/re2c/3.0/bin/re2c │   ├── yash -> ../wedge/yash/2.49/bin/yash │   ├── zsh -> ../wedge/zsh/5.1.1/bin/zsh │   ├── zsh-5.1.1 -> ../wedge/zsh/5.1.1/bin/zsh │   └── zsh-5.9 -> ../wedge/zsh/5.9/bin/zsh └── wedge ├── R-libs │   └── 2023-04-18 ├── bash │   ├── 4.4 │   │   ├── bin │   │   ├── include │   │   ├── lib │   │   └── share │   └── 5.2.21 │   ├── bin │   ├── include │   ├── lib │   └── share ├── bloaty │   └── 1.1 │   └── bloaty ├── busybox │   └── 1.35.0 │   ├── ash -> busybox │   └── busybox ├── cmark │   └── 0.29.0 │   └── bin ├── dash │   └── 0.5.10.2 │   ├── bin │   └── share ├── mksh │   └── R52c │   └── mksh ├── mypy │   └── 0.780 │   ├── CONTRIBUTING.md │   ├── CREDITS │   ├── ISSUE_TEMPLATE.md │   ├── LICENSE │   ├── MANIFEST.in │   ├── README.md │   ├── ROADMAP.md │   ├── conftest.py │   ├── docs │   ├── misc │   ├── mypy │   ├── mypy-requirements.txt │   ├── mypy_bootstrap.ini │   ├── mypy_self_check.ini │   ├── mypyc │   ├── pyproject.toml │   ├── pytest.ini │   ├── runtests.py │   ├── scripts │   ├── setup.cfg │   ├── setup.py │   ├── test-data │   ├── test-requirements.txt │   └── tox.ini ├── py3-libs │   └── 2023-03-04 │   ├── bin │   ├── include │   ├── lib │   ├── lib64 -> lib │   └── pyvenv.cfg ├── pyflakes │   └── 2.4.0 │   ├── AUTHORS │   ├── LICENSE │   ├── MANIFEST.in │   ├── NEWS.rst │   ├── PKG-INFO │   ├── README.rst │   ├── bin │   ├── pyflakes │   ├── pyflakes.egg-info │   ├── setup.cfg │   └── setup.py ├── python2 │   └── 2.7.18 │   ├── bin │   ├── include │   ├── lib │   └── share ├── python3 │   └── 3.10.4 │   ├── bin │   ├── include │   ├── lib │   └── share ├── re2c │   └── 3.0 │   ├── bin │   └── share ├── time-helper │   └── 2023-02-28 │   └── time-helper ├── uftrace │   └── 0.13 │   ├── bin │   ├── etc │   └── lib ├── yash │   └── 2.49 │   ├── bin │   └── share └── zsh ├── 5.1.1 │   ├── bin │   └── share └── 5.9 ├── bin └── share 82 directories, 45 files 0 ../oils.DEPS/wedge/R-libs/2,023-04-18 8,690,038 ../oils.DEPS/wedge/bash/4.4 10,726,535 ../oils.DEPS/wedge/bash/5.2.21 6,112,752 ../oils.DEPS/wedge/bloaty/1.1 968,751 ../oils.DEPS/wedge/busybox/1.35.0 292,928 ../oils.DEPS/wedge/cmark/0.29.0 185,533 ../oils.DEPS/wedge/dash/0.5.10.2 307,664 ../oils.DEPS/wedge/mksh/R52c 21,224,779 ../oils.DEPS/wedge/mypy/0.780 49,254,175 ../oils.DEPS/wedge/py3-libs/2,023-03-04 335,484 ../oils.DEPS/wedge/pyflakes/2.4.0 81,012,204 ../oils.DEPS/wedge/python2/2.7.18 159,089,731 ../oils.DEPS/wedge/python3/3.10.4 928,283 ../oils.DEPS/wedge/re2c/3.0 13,536 ../oils.DEPS/wedge/time-helper/2,023-02-28 5,988,010 ../oils.DEPS/wedge/uftrace/0.13 2,515,583 ../oils.DEPS/wedge/yash/2.49 6,025,934 ../oils.DEPS/wedge/zsh/5.1.1 7,549,766 ../oils.DEPS/wedge/zsh/5.9 361,221,686 TOTAL Biggest files 16,930,672 python3/3.10.4/bin/python3.10 6,826,920 python2/2.7.18/bin/python2.7 6,112,752 bloaty/1.1/bloaty 5,362,504 py3-libs/2,023-03-04/lib/python3.10/site-packages/lxml/etree.cpython-310-x86_64-linux-gnu.so 3,531,891 mypy/0.780/.git/modules/typeshed/objects/pack/pack-66c8e373ec045f10ff9abb3d80f850941a4ac63d.pack 2,924,880 py3-libs/2,023-03-04/lib/python3.10/site-packages/lxml/objectify.cpython-310-x86_64-linux-gnu.so 2,274,653 mypy/0.780/.git/objects/pack/pack-70cf4fdbc1c877e2173bba87733eb70615dcc2e3.pack 2,123,599 python3/3.10.4/lib/python3.10/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl 2,071,280 uftrace/0.13/bin/uftrace 1,720,032 python3/3.10.4/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so 1,548,027 py3-libs/2,023-03-04/lib/python3.10/site-packages/virtualenv_support/pip-21.1.3-py3-none-any.whl 1,522,101 py3-libs/2,023-03-04/lib/python3.10/site-packages/virtualenv_support/pip-20.3.4-py2.py3-none-any.whl 1,521,960 bash/5.2.21/bin/bash 1,511,008 py3-libs/2,023-03-04/lib/python3.10/site-packages/typed_ast/_ast3.cpython-310-x86_64-linux-gnu.so 1,501,288 zsh/5.9/bin/zsh 1,414,986 python2/2.7.18/lib/python2.7/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl 1,409,608 zsh/5.1.1/bin/zsh 1,360,957 py3-libs/2,023-03-04/lib/python3.10/site-packages/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl 1,346,208 bash/4.4/bin/bash 1,279,856 py3-libs/2,023-03-04/lib/python3.10/site-packages/typed_ast/_ast27.cpython-310-x86_64-linux-gnu.so Most common file types 8,200 .pyc 5,189 .py 2,851 1,342 .pyo 1,270 .pyi 478 .h 286 .txt 286 .decTest 146 .so 137 .test 79 .mo 63 .rst 62 .xml 46 .1 43 .pem 31 .sample 29 .exe 26 .pxi 22 .gif 19 .typed Total bytes by file type 110,512,112 .pyc 75,253,536 .py 38,811,192 .so 29,227,752 18,896,788 .pyo 16,931,839 .10 12,193,171 .whl 9,800,521 .mo 8,791,564 .decTest 6,826,920 .7 6,487,859 .pack 4,523,521 .1 3,479,274 .h 3,377,869 .test 2,912,256 .exe 2,803,286 .pyi 2,717,382 .html 1,076,100 .info 878,704 .txt 717,316 .tar