Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 21, 2020 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/4f59d9d36698882fbdef5fdf6c805037 to your computer and use it in GitHub Desktop.
Save r-ryantm/4f59d9d36698882fbdef5fdf6c805037 to your computer and use it in GitHub Desktop.
/nix/store/cbmw1rr0p1rh78dsmwx40xhmnk8k1kyy-python3.7-jc-1.10.12
├── bin
│   └── jc
├── lib
│   └── python3.7
│   └── site-packages
│   ├── jc
│   │   ├── cli.py
│   │   ├── __init__.py
│   │   ├── parsers
│   │   │   ├── airport.py
│   │   │   ├── airport_s.py
│   │   │   ├── arp.py
│   │   │   ├── blkid.py
│   │   │   ├── crontab.py
│   │   │   ├── crontab_u.py
│   │   │   ├── csv.py
│   │   │   ├── df.py
│   │   │   ├── dig.py
│   │   │   ├── du.py
│   │   │   ├── env.py
│   │   │   ├── file.py
│   │   │   ├── foo.py
│   │   │   ├── free.py
│   │   │   ├── fstab.py
│   │   │   ├── group.py
│   │   │   ├── gshadow.py
│   │   │   ├── history.py
│   │   │   ├── hosts.py
│   │   │   ├── id.py
│   │   │   ├── ifconfig.py
│   │   │   ├── ini.py
│   │   │   ├── __init__.py
│   │   │   ├── iptables.py
│   │   │   ├── jobs.py
│   │   │   ├── last.py
│   │   │   ├── lsblk.py
│   │   │   ├── lsmod.py
│   │   │   ├── lsof.py
│   │   │   ├── ls.py
│   │   │   ├── mount.py
│   │   │   ├── netstat.py
│   │   │   ├── ntpq.py
│   │   │   ├── passwd.py
│   │   │   ├── pip_list.py
│   │   │   ├── pip_show.py
│   │   │   ├── ps.py
│   │   │   ├── __pycache__
│   │   │   │   ├── airport.cpython-37.pyc
│   │   │   │   ├── airport_s.cpython-37.pyc
│   │   │   │   ├── arp.cpython-37.pyc
│   │   │   │   ├── blkid.cpython-37.pyc
│   │   │   │   ├── crontab.cpython-37.pyc
│   │   │   │   ├── crontab_u.cpython-37.pyc
│   │   │   │   ├── csv.cpython-37.pyc
│   │   │   │   ├── df.cpython-37.pyc
│   │   │   │   ├── dig.cpython-37.pyc
│   │   │   │   ├── du.cpython-37.pyc
│   │   │   │   ├── env.cpython-37.pyc
│   │   │   │   ├── file.cpython-37.pyc
│   │   │   │   ├── foo.cpython-37.pyc
│   │   │   │   ├── free.cpython-37.pyc
│   │   │   │   ├── fstab.cpython-37.pyc
│   │   │   │   ├── group.cpython-37.pyc
│   │   │   │   ├── gshadow.cpython-37.pyc
│   │   │   │   ├── history.cpython-37.pyc
│   │   │   │   ├── hosts.cpython-37.pyc
│   │   │   │   ├── id.cpython-37.pyc
│   │   │   │   ├── ifconfig.cpython-37.pyc
│   │   │   │   ├── ini.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── iptables.cpython-37.pyc
│   │   │   │   ├── jobs.cpython-37.pyc
│   │   │   │   ├── last.cpython-37.pyc
│   │   │   │   ├── lsblk.cpython-37.pyc
│   │   │   │   ├── ls.cpython-37.pyc
│   │   │   │   ├── lsmod.cpython-37.pyc
│   │   │   │   ├── lsof.cpython-37.pyc
│   │   │   │   ├── mount.cpython-37.pyc
│   │   │   │   ├── netstat.cpython-37.pyc
│   │   │   │   ├── ntpq.cpython-37.pyc
│   │   │   │   ├── passwd.cpython-37.pyc
│   │   │   │   ├── pip_list.cpython-37.pyc
│   │   │   │   ├── pip_show.cpython-37.pyc
│   │   │   │   ├── ps.cpython-37.pyc
│   │   │   │   ├── route.cpython-37.pyc
│   │   │   │   ├── shadow.cpython-37.pyc
│   │   │   │   ├── ss.cpython-37.pyc
│   │   │   │   ├── stat.cpython-37.pyc
│   │   │   │   ├── systemctl.cpython-37.pyc
│   │   │   │   ├── systemctl_lj.cpython-37.pyc
│   │   │   │   ├── systemctl_ls.cpython-37.pyc
│   │   │   │   ├── systemctl_luf.cpython-37.pyc
│   │   │   │   ├── timedatectl.cpython-37.pyc
│   │   │   │   ├── uname.cpython-37.pyc
│   │   │   │   ├── universal.cpython-37.pyc
│   │   │   │   ├── uptime.cpython-37.pyc
│   │   │   │   ├── w.cpython-37.pyc
│   │   │   │   ├── who.cpython-37.pyc
│   │   │   │   ├── xml.cpython-37.pyc
│   │   │   │   └── yaml.cpython-37.pyc
│   │   │   ├── route.py
│   │   │   ├── shadow.py
│   │   │   ├── ss.py
│   │   │   ├── stat.py
│   │   │   ├── systemctl_lj.py
│   │   │   ├── systemctl_ls.py
│   │   │   ├── systemctl_luf.py
│   │   │   ├── systemctl.py
│   │   │   ├── timedatectl.py
│   │   │   ├── uname.py
│   │   │   ├── universal.py
│   │   │   ├── uptime.py
│   │   │   ├── who.py
│   │   │   ├── w.py
│   │   │   ├── xml.py
│   │   │   └── yaml.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   └── utils.py
│   └── jc-1.10.12.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 121 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment