../oils.DEPS ├── bin │   └── python3 -> ../wedge/python3/3.10.4/bin/python3.10 └── wedge ├── R-libs │   └── 2023-04-18 ├── bash │   ├── 4.4 │   │   ├── bin │   │   ├── include │   │   ├── lib │   │   └── share │   └── 5.2.21 │   ├── bin │   ├── include │   ├── lib │   └── share ├── 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 └── zsh ├── 5.1.1 │   ├── bin │   └── share └── 5.9 ├── bin └── share 71 directories, 32 files 0 ../oils.DEPS/wedge/R-libs/2,023-04-18 8,942,997 ../oils.DEPS/wedge/bash/4.4 11,003,909 ../oils.DEPS/wedge/bash/5.2.21 1,066,743 ../oils.DEPS/wedge/busybox/1.35.0 331,864 ../oils.DEPS/wedge/cmark/0.29.0 196,285 ../oils.DEPS/wedge/dash/0.5.10.2 326,400 ../oils.DEPS/wedge/mksh/R52c 19,594,920 ../oils.DEPS/wedge/mypy/0.780 25,023,701 ../oils.DEPS/wedge/py3-libs/2,023-03-04 335,484 ../oils.DEPS/wedge/pyflakes/2.4.0 81,735,781 ../oils.DEPS/wedge/python2/2.7.18 160,317,989 ../oils.DEPS/wedge/python3/3.10.4 951,467 ../oils.DEPS/wedge/re2c/3.0 19,184 ../oils.DEPS/wedge/time-helper/2,023-02-28 6,194,918 ../oils.DEPS/wedge/zsh/5.1.1 7,731,422 ../oils.DEPS/wedge/zsh/5.9 323,773,064 TOTAL Biggest files 17,665,072 python3/3.10.4/bin/python3.10 7,202,352 python2/2.7.18/bin/python2.7 3,530,089 mypy/0.780/.git/modules/typeshed/objects/pack/pack-2a36493b2b592fcadb35b758353e10cf630bd7e7.pack 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 1,762,008 python3/3.10.4/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so 1,682,944 zsh/5.9/bin/zsh 1,676,120 bash/5.2.21/bin/bash 1,578,592 zsh/5.1.1/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,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,488,024 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 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,208,744 python3/3.10.4/lib/python3.10/lib-dynload/unicodedata.cpython-310-x86_64-linux-gnu.so 1,066,736 busybox/1.35.0/busybox 866,233 bash/5.2.21/share/doc/bash/bashref.html 833,552 python3/3.10.4/lib/python3.10/lib-dynload/pyexpat.cpython-310-x86_64-linux-gnu.so 819,017 py3-libs/2,023-03-04/lib/python3.10/site-packages/virtualenv_support/setuptools-57.4.0-py3-none-any.whl 816,725 python3/3.10.4/lib/python3.10/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl Most common file types 7,721 .pyc 4,800 .py 2,460 1,342 .pyo 1,249 .pyi 399 .h 286 .decTest 245 .txt 136 .test 129 .so 76 .mo 62 .xml 59 .rst 44 .1 43 .pem 29 .exe 29 .sample 22 .gif 15 .md 14 .whl Total bytes by file type 104,725,303 .pyc 70,405,438 .py 22,912,848 .so 20,058,972 18,896,784 .pyo 17,665,981 .10 12,191,716 .whl 9,689,972 .mo 8,791,564 .decTest 7,202,352 .7 6,486,280 .pack 3,790,301 .1 3,377,621 .test 2,912,256 .exe 2,791,233 .h 2,721,472 .pyi 2,702,172 .html 1,076,100 .info 860,546 .txt 717,316 .tar