../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 │   ├── R6 │   ├── RUnit │   ├── cli │   ├── cpp11 │   ├── dplyr │   ├── generics │   ├── glue │   ├── lifecycle │   ├── magrittr │   ├── pillar │   ├── pkgconfig │   ├── purrr │   ├── rlang │   ├── stringi │   ├── stringr │   ├── tibble │   ├── tidyr │   ├── tidyselect │   ├── utf8 │   ├── vctrs │   └── withr ├── 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 102 directories, 45 files 30,349,920 ../oils.DEPS/wedge/R-libs/2,023-04-18 9,284,305 ../oils.DEPS/wedge/bash/4.4 11,343,326 ../oils.DEPS/wedge/bash/5.2.21 6,573,480 ../oils.DEPS/wedge/bloaty/1.1 1,088,191 ../oils.DEPS/wedge/busybox/1.35.0 341,264 ../oils.DEPS/wedge/cmark/0.29.0 212,997 ../oils.DEPS/wedge/dash/0.5.10.2 314,896 ../oils.DEPS/wedge/mksh/R52c 22,296,049 ../oils.DEPS/wedge/mypy/0.780 50,657,144 ../oils.DEPS/wedge/py3-libs/2,023-03-04 360,060 ../oils.DEPS/wedge/pyflakes/2.4.0 83,375,399 ../oils.DEPS/wedge/python2/2.7.18 161,788,084 ../oils.DEPS/wedge/python3/3.10.4 959,891 ../oils.DEPS/wedge/re2c/3.0 20,984 ../oils.DEPS/wedge/time-helper/2,023-02-28 6,232,210 ../oils.DEPS/wedge/uftrace/0.13 2,631,093 ../oils.DEPS/wedge/yash/2.49 6,224,132 ../oils.DEPS/wedge/zsh/5.1.1 7,752,252 ../oils.DEPS/wedge/zsh/5.9 401,805,677 TOTAL Biggest files 16,994,312 python3/3.10.4/bin/python3.10 7,049,216 python2/2.7.18/bin/python2.7 6,569,384 bloaty/1.1/bloaty 6,164,984 R-libs/2,023-04-18/stringi/libs/stringi.so 5,362,504 py3-libs/2,023-03-04/lib/python3.10/site-packages/lxml/etree.cpython-310-x86_64-linux-gnu.so 3,512,822 mypy/0.780/.git/modules/typeshed/objects/pack/pack-9d168f94e5b2df1983ace252d87dca1b1c712800.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,522,640 R-libs/2,023-04-18/vctrs/libs/vctrs.so 2,274,653 mypy/0.780/.git/objects/pack/pack-70cf4fdbc1c877e2173bba87733eb70615dcc2e3.pack 2,203,760 uftrace/0.13/bin/uftrace 2,123,599 python3/3.10.4/lib/python3.10/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl 1,647,288 bash/5.2.21/bin/bash 1,632,720 python3/3.10.4/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so 1,630,024 zsh/5.9/bin/zsh 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,538,152 zsh/5.1.1/bin/zsh 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,511,008 py3-libs/2,023-03-04/lib/python3.10/site-packages/typed_ast/_ast3.cpython-310-x86_64-linux-gnu.so 1,479,416 bash/4.4/bin/bash 1,414,986 python2/2.7.18/lib/python2.7/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl Most common file types 8,200 .pyc 5,189 .py 2,986 1,342 .pyo 1,270 .pyi 484 .h 287 .txt 286 .decTest 189 .rds 164 .so 137 .test 118 .svg 104 .html 79 .mo 68 .R 63 .rst 62 .xml 57 .Rmd 46 .1 46 .rdx Total bytes by file type 111,050,983 .pyc 75,250,208 .py 52,881,528 .so 31,083,203 19,362,373 .pyo 16,995,545 .10 12,193,171 .whl 9,800,521 .mo 8,791,564 .decTest 8,480,599 .rdb 7,433,124 .html 7,049,216 .7 6,469,013 .pack 4,523,521 .1 3,816,984 .h 3,377,880 .test 2,912,256 .exe 2,803,284 .pyi 1,076,100 .info 881,446 .txt