../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 ├── 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 ├── 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 ├── yash │   └── 2.49 │   ├── bin │   └── share └── zsh ├── 5.1.1 │   ├── bin │   └── share └── 5.9 ├── bin └── share 83 directories, 25 files 30,348,870 ../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 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 4,096 ../oils.DEPS/wedge/mypy/0.780 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 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 316,049,840 TOTAL Biggest files 16,994,312 python3/3.10.4/bin/python3.10 7,049,216 python2/2.7.18/bin/python2.7 6,164,984 R-libs/2,023-04-18/stringi/libs/stringi.so 2,522,640 R-libs/2,023-04-18/vctrs/libs/vctrs.so 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,538,152 zsh/5.1.1/bin/zsh 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 1,294,608 R-libs/2,023-04-18/rlang/libs/rlang.so 1,209,144 python3/3.10.4/lib/python3.10/lib-dynload/unicodedata.cpython-310-x86_64-linux-gnu.so 1,140,656 yash/2.49/bin/yash 1,084,088 busybox/1.35.0/busybox 866,233 bash/5.2.21/share/doc/bash/bashref.html 844,480 python3/3.10.4/lib/python3.10/lib-dynload/pyexpat.cpython-310-x86_64-linux-gnu.so 816,725 python3/3.10.4/lib/python3.10/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl 816,583 R-libs/2,023-04-18/tibble/doc/formats.html 807,478 R-libs/2,023-04-18/pillar/doc/printing.html Most common file types 7,049 .pyc 3,762 .py 2,747 1,342 .pyo 377 .h 286 .decTest 220 .txt 189 .rds 148 .so 118 .svg 102 .html 79 .mo 68 .R 61 .xml 57 .Rmd 46 .1 46 .rdx 46 .rdb 42 .pem 29 .png Total bytes by file type 98,222,503 .pyc 56,806,043 .py 36,049,312 .so 21,511,291 19,362,373 .pyo 16,995,001 .10 9,800,521 .mo 8,791,564 .decTest 8,479,571 .rdb 7,419,789 .html 7,049,216 .7 4,933,097 .whl 4,523,521 .1 2,126,851 .h 1,760,256 .exe 1,076,100 .info 821,361 .txt 717,316 .tar 673,742 .png 625,915 .Rmd