MANIFEST.in
README.md
setup.py
jc/__init__.py
jc/cli.py
jc/utils.py
jc.egg-info/PKG-INFO
jc.egg-info/SOURCES.txt
jc.egg-info/dependency_links.txt
jc.egg-info/entry_points.txt
jc.egg-info/requires.txt
jc.egg-info/top_level.txt
jc/parsers/__init__.py
jc/parsers/arp.py
jc/parsers/blkid.py
jc/parsers/crontab.py
jc/parsers/crontab_u.py
jc/parsers/csv.py
jc/parsers/df.py
jc/parsers/dig.py
jc/parsers/du.py
jc/parsers/env.py
jc/parsers/foo.py
jc/parsers/free.py
jc/parsers/fstab.py
jc/parsers/group.py
jc/parsers/gshadow.py
jc/parsers/history.py
jc/parsers/hosts.py
jc/parsers/id.py
jc/parsers/ifconfig.py
jc/parsers/ini.py
jc/parsers/iptables.py
jc/parsers/jobs.py
jc/parsers/last.py
jc/parsers/ls.py
jc/parsers/lsblk.py
jc/parsers/lsmod.py
jc/parsers/lsof.py
jc/parsers/mount.py
jc/parsers/netstat.py
jc/parsers/passwd.py
jc/parsers/pip_list.py
jc/parsers/pip_show.py
jc/parsers/ps.py
jc/parsers/route.py
jc/parsers/shadow.py
jc/parsers/ss.py
jc/parsers/stat.py
jc/parsers/systemctl.py
jc/parsers/systemctl_lj.py
jc/parsers/systemctl_ls.py
jc/parsers/systemctl_luf.py
jc/parsers/uname.py
jc/parsers/universal.py
jc/parsers/uptime.py
jc/parsers/w.py
jc/parsers/who.py
jc/parsers/xml.py
jc/parsers/yaml.py
tests/__init__.py
tests/test_arp.py
tests/test_blkid.py
tests/test_cli.py
tests/test_crontab.py
tests/test_crontab_u.py
tests/test_csv.py
tests/test_df.py
tests/test_dig.py
tests/test_du.py
tests/test_env.py
tests/test_free.py
tests/test_fstab.py
tests/test_group.py
tests/test_gshadow.py
tests/test_history.py
tests/test_hosts.py
tests/test_id.py
tests/test_ifconfig.py
tests/test_ini.py
tests/test_iptables.py
tests/test_jobs.py
tests/test_last.py
tests/test_ls.py
tests/test_lsblk.py
tests/test_lsmod.py
tests/test_lsof.py
tests/test_mount.py
tests/test_netstat.py
tests/test_passwd.py
tests/test_pip_list.py
tests/test_pip_show.py
tests/test_ps.py
tests/test_route.py
tests/test_shadow.py
tests/test_ss.py
tests/test_stat.py
tests/test_systemctl.py
tests/test_systemctl_lj.py
tests/test_systemctl_ls.py
tests/test_systemctl_luf.py
tests/test_uname.py
tests/test_uptime.py
tests/test_w.py
tests/test_who.py
tests/test_xml.py
tests/test_yaml.py
tests/fixtures/.DS_Store
tests/fixtures/create_fixtures.sh
tests/fixtures/centos-7.7/.DS_Store
tests/fixtures/centos-7.7/arp-a.json
tests/fixtures/centos-7.7/arp-a.out
tests/fixtures/centos-7.7/arp-v.json
tests/fixtures/centos-7.7/arp-v.out
tests/fixtures/centos-7.7/arp.json
tests/fixtures/centos-7.7/arp.out
tests/fixtures/centos-7.7/blkid-ip-multi.json
tests/fixtures/centos-7.7/blkid-ip-multi.out
tests/fixtures/centos-7.7/blkid-ip-udev-multi.json
tests/fixtures/centos-7.7/blkid-ip-udev-multi.out
tests/fixtures/centos-7.7/blkid-ip-udev.json
tests/fixtures/centos-7.7/blkid-ip-udev.out
tests/fixtures/centos-7.7/blkid-sda2.json
tests/fixtures/centos-7.7/blkid-sda2.out
tests/fixtures/centos-7.7/blkid.json
tests/fixtures/centos-7.7/blkid.out
tests/fixtures/centos-7.7/crontab-u.json
tests/fixtures/centos-7.7/crontab-u.out
tests/fixtures/centos-7.7/crontab.json
tests/fixtures/centos-7.7/crontab.out
tests/fixtures/centos-7.7/df-h.json
tests/fixtures/centos-7.7/df-h.out
tests/fixtures/centos-7.7/df.json
tests/fixtures/centos-7.7/df.out
tests/fixtures/centos-7.7/dig-aaaa.json
tests/fixtures/centos-7.7/dig-aaaa.out
tests/fixtures/centos-7.7/dig-x.json
tests/fixtures/centos-7.7/dig-x.out
tests/fixtures/centos-7.7/dig.json
tests/fixtures/centos-7.7/dig.out
tests/fixtures/centos-7.7/du.json
tests/fixtures/centos-7.7/du.out
tests/fixtures/centos-7.7/env.json
tests/fixtures/centos-7.7/env.out
tests/fixtures/centos-7.7/free-h.json
tests/fixtures/centos-7.7/free-h.out
tests/fixtures/centos-7.7/free.json
tests/fixtures/centos-7.7/free.out
tests/fixtures/centos-7.7/fstab.json
tests/fixtures/centos-7.7/fstab.out
tests/fixtures/centos-7.7/group.json
tests/fixtures/centos-7.7/group.out
tests/fixtures/centos-7.7/gshadow.json
tests/fixtures/centos-7.7/gshadow.out
tests/fixtures/centos-7.7/history.json
tests/fixtures/centos-7.7/history.out
tests/fixtures/centos-7.7/hosts.json
tests/fixtures/centos-7.7/hosts.out
tests/fixtures/centos-7.7/id.json
tests/fixtures/centos-7.7/id.out
tests/fixtures/centos-7.7/ifconfig.json
tests/fixtures/centos-7.7/ifconfig.out
tests/fixtures/centos-7.7/iptables-filter-line-numbers.json
tests/fixtures/centos-7.7/iptables-filter-line-numbers.out
tests/fixtures/centos-7.7/iptables-filter-nv.json
tests/fixtures/centos-7.7/iptables-filter-nv.out
tests/fixtures/centos-7.7/iptables-filter.json
tests/fixtures/centos-7.7/iptables-filter.out
tests/fixtures/centos-7.7/iptables-mangle.json
tests/fixtures/centos-7.7/iptables-mangle.out
tests/fixtures/centos-7.7/iptables-nat.json
tests/fixtures/centos-7.7/iptables-nat.out
tests/fixtures/centos-7.7/iptables-raw.json
tests/fixtures/centos-7.7/iptables-raw.out
tests/fixtures/centos-7.7/jobs.json
tests/fixtures/centos-7.7/jobs.out
tests/fixtures/centos-7.7/last-w.json
tests/fixtures/centos-7.7/last-w.out
tests/fixtures/centos-7.7/last.json
tests/fixtures/centos-7.7/last.out
tests/fixtures/centos-7.7/lastb.json
tests/fixtures/centos-7.7/lastb.out
tests/fixtures/centos-7.7/ls-R-newlines.json
tests/fixtures/centos-7.7/ls-R-newlines.out
tests/fixtures/centos-7.7/ls-R.json
tests/fixtures/centos-7.7/ls-R.out
tests/fixtures/centos-7.7/ls-al.json
tests/fixtures/centos-7.7/ls-al.out
tests/fixtures/centos-7.7/ls-alR.json
tests/fixtures/centos-7.7/ls-alR.out
tests/fixtures/centos-7.7/ls-alh.json
tests/fixtures/centos-7.7/ls-alh.out
tests/fixtures/centos-7.7/ls-glob.json
tests/fixtures/centos-7.7/ls-glob.out
tests/fixtures/centos-7.7/ls-l-newlines.json
tests/fixtures/centos-7.7/ls-l-newlines.out
tests/fixtures/centos-7.7/ls-lR-newlines.json
tests/fixtures/centos-7.7/ls-lR-newlines.out
tests/fixtures/centos-7.7/ls-newlines.json
tests/fixtures/centos-7.7/ls-newlines.out
tests/fixtures/centos-7.7/ls.json
tests/fixtures/centos-7.7/ls.out
tests/fixtures/centos-7.7/lsblk-allcols.json
tests/fixtures/centos-7.7/lsblk-allcols.out
tests/fixtures/centos-7.7/lsblk.json
tests/fixtures/centos-7.7/lsblk.out
tests/fixtures/centos-7.7/lsmod.json
tests/fixtures/centos-7.7/lsmod.out
tests/fixtures/centos-7.7/lsof-sudo.json
tests/fixtures/centos-7.7/lsof-sudo.out
tests/fixtures/centos-7.7/lsof.json
tests/fixtures/centos-7.7/lsof.out
tests/fixtures/centos-7.7/mount.json
tests/fixtures/centos-7.7/mount.out
tests/fixtures/centos-7.7/netstat-l.json
tests/fixtures/centos-7.7/netstat-l.out
tests/fixtures/centos-7.7/netstat-p.json
tests/fixtures/centos-7.7/netstat-p.out
tests/fixtures/centos-7.7/netstat-sudo-aeep.json
tests/fixtures/centos-7.7/netstat-sudo-aeep.out
tests/fixtures/centos-7.7/netstat-sudo-lnp.json
tests/fixtures/centos-7.7/netstat-sudo-lnp.out
tests/fixtures/centos-7.7/netstat.json
tests/fixtures/centos-7.7/netstat.out
tests/fixtures/centos-7.7/passwd.json
tests/fixtures/centos-7.7/passwd.out
tests/fixtures/centos-7.7/pip-list.json
tests/fixtures/centos-7.7/pip-list.out
tests/fixtures/centos-7.7/pip-show.json
tests/fixtures/centos-7.7/pip-show.out
tests/fixtures/centos-7.7/ps-axu.json
tests/fixtures/centos-7.7/ps-axu.out
tests/fixtures/centos-7.7/ps-ef.json
tests/fixtures/centos-7.7/ps-ef.out
tests/fixtures/centos-7.7/route-vn.json
tests/fixtures/centos-7.7/route-vn.out
tests/fixtures/centos-7.7/route.json
tests/fixtures/centos-7.7/route.out
tests/fixtures/centos-7.7/shadow.json
tests/fixtures/centos-7.7/shadow.out
tests/fixtures/centos-7.7/ss-sudo-a.json
tests/fixtures/centos-7.7/ss-sudo-a.out
tests/fixtures/centos-7.7/stat.json
tests/fixtures/centos-7.7/stat.out
tests/fixtures/centos-7.7/systemctl-ls.json
tests/fixtures/centos-7.7/systemctl-ls.out
tests/fixtures/centos-7.7/systemctl-luf.json
tests/fixtures/centos-7.7/systemctl-luf.out
tests/fixtures/centos-7.7/systemctl.json
tests/fixtures/centos-7.7/systemctl.out
tests/fixtures/centos-7.7/uname-a.json
tests/fixtures/centos-7.7/uname-a.out
tests/fixtures/centos-7.7/uptime.json
tests/fixtures/centos-7.7/uptime.out
tests/fixtures/centos-7.7/w.json
tests/fixtures/centos-7.7/w.out
tests/fixtures/centos-7.7/who-a.json
tests/fixtures/centos-7.7/who-a.out
tests/fixtures/centos-7.7/who.json
tests/fixtures/centos-7.7/who.out
tests/fixtures/generic/.DS_Store
tests/fixtures/generic/csv-biostats.csv
tests/fixtures/generic/csv-biostats.json
tests/fixtures/generic/csv-cities.csv
tests/fixtures/generic/csv-cities.json
tests/fixtures/generic/csv-deniro.csv
tests/fixtures/generic/csv-deniro.json
tests/fixtures/generic/csv-example.csv
tests/fixtures/generic/csv-example.json
tests/fixtures/generic/csv-flyrna.json
tests/fixtures/generic/csv-flyrna.tsv
tests/fixtures/generic/csv-flyrna2.json
tests/fixtures/generic/csv-flyrna2.tsv
tests/fixtures/generic/csv-homes-pipe.csv
tests/fixtures/generic/csv-homes-pipe.json
tests/fixtures/generic/csv-homes.csv
tests/fixtures/generic/csv-homes.json
tests/fixtures/generic/csv-insurance.csv
tests/fixtures/generic/csv-insurance.json
tests/fixtures/generic/ini-iptelserver.ini
tests/fixtures/generic/ini-iptelserver.json
tests/fixtures/generic/ini-test.ini
tests/fixtures/generic/ini-test.json
tests/fixtures/generic/oscar_age_male.csv
tests/fixtures/generic/xml-cd_catalog.json
tests/fixtures/generic/xml-cd_catalog.xml
tests/fixtures/generic/xml-foodmenu.json
tests/fixtures/generic/xml-foodmenu.xml
tests/fixtures/generic/yaml-istio-sc.json
tests/fixtures/generic/yaml-istio-sc.yaml
tests/fixtures/generic/yaml-istio-sidecar.json
tests/fixtures/generic/yaml-istio-sidecar.yaml
tests/fixtures/osx-10.11.6/.DS_Store
tests/fixtures/osx-10.11.6/arp-a.json
tests/fixtures/osx-10.11.6/arp-a.out
tests/fixtures/osx-10.11.6/df-h.json
tests/fixtures/osx-10.11.6/df-h.out
tests/fixtures/osx-10.11.6/df.json
tests/fixtures/osx-10.11.6/df.out
tests/fixtures/osx-10.11.6/dig-aaaa.json
tests/fixtures/osx-10.11.6/dig-aaaa.out
tests/fixtures/osx-10.11.6/dig-x.json
tests/fixtures/osx-10.11.6/dig-x.out
tests/fixtures/osx-10.11.6/dig.json
tests/fixtures/osx-10.11.6/dig.out
tests/fixtures/osx-10.11.6/du.json
tests/fixtures/osx-10.11.6/du.out
tests/fixtures/osx-10.11.6/ifconfig.json
tests/fixtures/osx-10.11.6/ifconfig.out
tests/fixtures/osx-10.11.6/ifconfig2.json
tests/fixtures/osx-10.11.6/ifconfig2.out
tests/fixtures/osx-10.11.6/ls-al.json
tests/fixtures/osx-10.11.6/ls-al.out
tests/fixtures/osx-10.11.6/ls-alh.json
tests/fixtures/osx-10.11.6/ls-alh.out
tests/fixtures/osx-10.11.6/ls.json
tests/fixtures/osx-10.11.6/ls.out
tests/fixtures/osx-10.11.6/pip-list.json
tests/fixtures/osx-10.11.6/pip-list.out
tests/fixtures/osx-10.11.6/pip-show.json
tests/fixtures/osx-10.11.6/pip-show.out
tests/fixtures/osx-10.11.6/ps-axu.json
tests/fixtures/osx-10.11.6/ps-axu.out
tests/fixtures/osx-10.11.6/ps-ef.json
tests/fixtures/osx-10.11.6/ps-ef.out
tests/fixtures/osx-10.11.6/uname-a.json
tests/fixtures/osx-10.11.6/uname-a.out
tests/fixtures/osx-10.11.6/uptime.json
tests/fixtures/osx-10.11.6/uptime.out
tests/fixtures/osx-10.11.6/w.json
tests/fixtures/osx-10.11.6/w.out
tests/fixtures/osx-10.14.6/.DS_Store
tests/fixtures/osx-10.14.6/arp-a.json
tests/fixtures/osx-10.14.6/arp-a.out
tests/fixtures/osx-10.14.6/df-h.json
tests/fixtures/osx-10.14.6/df-h.out
tests/fixtures/osx-10.14.6/df.json
tests/fixtures/osx-10.14.6/df.out
tests/fixtures/osx-10.14.6/dig-aaaa.json
tests/fixtures/osx-10.14.6/dig-aaaa.out
tests/fixtures/osx-10.14.6/dig-x.json
tests/fixtures/osx-10.14.6/dig-x.out
tests/fixtures/osx-10.14.6/dig.json
tests/fixtures/osx-10.14.6/dig.out
tests/fixtures/osx-10.14.6/du.json
tests/fixtures/osx-10.14.6/du.out
tests/fixtures/osx-10.14.6/group.json
tests/fixtures/osx-10.14.6/group.out
tests/fixtures/osx-10.14.6/id.json
tests/fixtures/osx-10.14.6/id.out
tests/fixtures/osx-10.14.6/ifconfig.json
tests/fixtures/osx-10.14.6/ifconfig.out
tests/fixtures/osx-10.14.6/ifconfig2.json
tests/fixtures/osx-10.14.6/ifconfig2.out
tests/fixtures/osx-10.14.6/last.json
tests/fixtures/osx-10.14.6/last.out
tests/fixtures/osx-10.14.6/ls-R-newlines.json
tests/fixtures/osx-10.14.6/ls-R-newlines.out
tests/fixtures/osx-10.14.6/ls-R.json
tests/fixtures/osx-10.14.6/ls-R.out
tests/fixtures/osx-10.14.6/ls-al.json
tests/fixtures/osx-10.14.6/ls-al.out
tests/fixtures/osx-10.14.6/ls-alR.json
tests/fixtures/osx-10.14.6/ls-alR.out
tests/fixtures/osx-10.14.6/ls-alh.json
tests/fixtures/osx-10.14.6/ls-alh.out
tests/fixtures/osx-10.14.6/ls-glob.json
tests/fixtures/osx-10.14.6/ls-glob.out
tests/fixtures/osx-10.14.6/ls-l-newlines.json
tests/fixtures/osx-10.14.6/ls-l-newlines.out
tests/fixtures/osx-10.14.6/ls-lR-empty-folder.json
tests/fixtures/osx-10.14.6/ls-lR-empty-folder.out
tests/fixtures/osx-10.14.6/ls-lR-newlines.json
tests/fixtures/osx-10.14.6/ls-lR-newlines.out
tests/fixtures/osx-10.14.6/ls-newlines.json
tests/fixtures/osx-10.14.6/ls-newlines.out
tests/fixtures/osx-10.14.6/ls.json
tests/fixtures/osx-10.14.6/ls.out
tests/fixtures/osx-10.14.6/mount.json
tests/fixtures/osx-10.14.6/mount.out
tests/fixtures/osx-10.14.6/mount2.json
tests/fixtures/osx-10.14.6/mount2.out
tests/fixtures/osx-10.14.6/passwd.json
tests/fixtures/osx-10.14.6/passwd.out
tests/fixtures/osx-10.14.6/pip-list.json
tests/fixtures/osx-10.14.6/pip-list.out
tests/fixtures/osx-10.14.6/pip-show.json
tests/fixtures/osx-10.14.6/pip-show.out
tests/fixtures/osx-10.14.6/ps-axu.json
tests/fixtures/osx-10.14.6/ps-axu.out
tests/fixtures/osx-10.14.6/ps-ef.json
tests/fixtures/osx-10.14.6/ps-ef.out
tests/fixtures/osx-10.14.6/uname-a.json
tests/fixtures/osx-10.14.6/uname-a.out
tests/fixtures/osx-10.14.6/uptime.json
tests/fixtures/osx-10.14.6/uptime.out
tests/fixtures/osx-10.14.6/w.json
tests/fixtures/osx-10.14.6/w.out
tests/fixtures/osx-10.14.6/who-a.json
tests/fixtures/osx-10.14.6/who-a.out
tests/fixtures/osx-10.14.6/who.json
tests/fixtures/osx-10.14.6/who.out
tests/fixtures/ubuntu-18.04/.DS_Store
tests/fixtures/ubuntu-18.04/arp-a.json
tests/fixtures/ubuntu-18.04/arp-a.out
tests/fixtures/ubuntu-18.04/arp-v.json
tests/fixtures/ubuntu-18.04/arp-v.out
tests/fixtures/ubuntu-18.04/arp.json
tests/fixtures/ubuntu-18.04/arp.out
tests/fixtures/ubuntu-18.04/blkid-ip-multi.json
tests/fixtures/ubuntu-18.04/blkid-ip-multi.out
tests/fixtures/ubuntu-18.04/blkid-ip-udev-multi.json
tests/fixtures/ubuntu-18.04/blkid-ip-udev-multi.out
tests/fixtures/ubuntu-18.04/blkid-ip-udev.json
tests/fixtures/ubuntu-18.04/blkid-ip-udev.out
tests/fixtures/ubuntu-18.04/blkid-sda2.json
tests/fixtures/ubuntu-18.04/blkid-sda2.out
tests/fixtures/ubuntu-18.04/blkid.json
tests/fixtures/ubuntu-18.04/blkid.out
tests/fixtures/ubuntu-18.04/crontab-u.json
tests/fixtures/ubuntu-18.04/crontab-u.out
tests/fixtures/ubuntu-18.04/df-h.json
tests/fixtures/ubuntu-18.04/df-h.out
tests/fixtures/ubuntu-18.04/df.json
tests/fixtures/ubuntu-18.04/df.out
tests/fixtures/ubuntu-18.04/dig-aaaa.json
tests/fixtures/ubuntu-18.04/dig-aaaa.out
tests/fixtures/ubuntu-18.04/dig-x.json
tests/fixtures/ubuntu-18.04/dig-x.out
tests/fixtures/ubuntu-18.04/dig.json
tests/fixtures/ubuntu-18.04/dig.out
tests/fixtures/ubuntu-18.04/du.json
tests/fixtures/ubuntu-18.04/du.out
tests/fixtures/ubuntu-18.04/env.json
tests/fixtures/ubuntu-18.04/env.out
tests/fixtures/ubuntu-18.04/free-h.json
tests/fixtures/ubuntu-18.04/free-h.out
tests/fixtures/ubuntu-18.04/free.json
tests/fixtures/ubuntu-18.04/free.out
tests/fixtures/ubuntu-18.04/fstab.json
tests/fixtures/ubuntu-18.04/fstab.out
tests/fixtures/ubuntu-18.04/group.json
tests/fixtures/ubuntu-18.04/group.out
tests/fixtures/ubuntu-18.04/gshadow.json
tests/fixtures/ubuntu-18.04/gshadow.out
tests/fixtures/ubuntu-18.04/history.json
tests/fixtures/ubuntu-18.04/history.out
tests/fixtures/ubuntu-18.04/hosts.json
tests/fixtures/ubuntu-18.04/hosts.out
tests/fixtures/ubuntu-18.04/ifconfig.json
tests/fixtures/ubuntu-18.04/ifconfig.out
tests/fixtures/ubuntu-18.04/iptables-filter-line-numbers.json
tests/fixtures/ubuntu-18.04/iptables-filter-line-numbers.out
tests/fixtures/ubuntu-18.04/iptables-filter-nv.json
tests/fixtures/ubuntu-18.04/iptables-filter-nv.out
tests/fixtures/ubuntu-18.04/iptables-filter.json
tests/fixtures/ubuntu-18.04/iptables-filter.out
tests/fixtures/ubuntu-18.04/iptables-mangle.json
tests/fixtures/ubuntu-18.04/iptables-mangle.out
tests/fixtures/ubuntu-18.04/iptables-nat.json
tests/fixtures/ubuntu-18.04/iptables-nat.out
tests/fixtures/ubuntu-18.04/iptables-raw.json
tests/fixtures/ubuntu-18.04/iptables-raw.out
tests/fixtures/ubuntu-18.04/jobs.json
tests/fixtures/ubuntu-18.04/jobs.out
tests/fixtures/ubuntu-18.04/last-w.json
tests/fixtures/ubuntu-18.04/last-w.out
tests/fixtures/ubuntu-18.04/last.json
tests/fixtures/ubuntu-18.04/last.out
tests/fixtures/ubuntu-18.04/lastb.json
tests/fixtures/ubuntu-18.04/lastb.out
tests/fixtures/ubuntu-18.04/ls-R-newlines.json
tests/fixtures/ubuntu-18.04/ls-R-newlines.out
tests/fixtures/ubuntu-18.04/ls-R.json
tests/fixtures/ubuntu-18.04/ls-R.out
tests/fixtures/ubuntu-18.04/ls-al.json
tests/fixtures/ubuntu-18.04/ls-al.out
tests/fixtures/ubuntu-18.04/ls-alR.json
tests/fixtures/ubuntu-18.04/ls-alR.out
tests/fixtures/ubuntu-18.04/ls-alh.json
tests/fixtures/ubuntu-18.04/ls-alh.out
tests/fixtures/ubuntu-18.04/ls-glob.json
tests/fixtures/ubuntu-18.04/ls-glob.out
tests/fixtures/ubuntu-18.04/ls-l-newlines.json
tests/fixtures/ubuntu-18.04/ls-l-newlines.out
tests/fixtures/ubuntu-18.04/ls-lR-newlines.json
tests/fixtures/ubuntu-18.04/ls-lR-newlines.out
tests/fixtures/ubuntu-18.04/ls-newlines.json
tests/fixtures/ubuntu-18.04/ls-newlines.out
tests/fixtures/ubuntu-18.04/ls.json
tests/fixtures/ubuntu-18.04/ls.out
tests/fixtures/ubuntu-18.04/lsblk-allcols.json
tests/fixtures/ubuntu-18.04/lsblk-allcols.out
tests/fixtures/ubuntu-18.04/lsblk.json
tests/fixtures/ubuntu-18.04/lsblk.out
tests/fixtures/ubuntu-18.04/lsmod.json
tests/fixtures/ubuntu-18.04/lsmod.out
tests/fixtures/ubuntu-18.04/lsof-sudo.json
tests/fixtures/ubuntu-18.04/lsof-sudo.out
tests/fixtures/ubuntu-18.04/lsof.json
tests/fixtures/ubuntu-18.04/lsof.out
tests/fixtures/ubuntu-18.04/mount.json
tests/fixtures/ubuntu-18.04/mount.out
tests/fixtures/ubuntu-18.04/netstat-l.json
tests/fixtures/ubuntu-18.04/netstat-l.out
tests/fixtures/ubuntu-18.04/netstat-p.json
tests/fixtures/ubuntu-18.04/netstat-p.out
tests/fixtures/ubuntu-18.04/netstat-sudo-aeep.json
tests/fixtures/ubuntu-18.04/netstat-sudo-aeep.out
tests/fixtures/ubuntu-18.04/netstat-sudo-lnp.json
tests/fixtures/ubuntu-18.04/netstat-sudo-lnp.out
tests/fixtures/ubuntu-18.04/netstat.json
tests/fixtures/ubuntu-18.04/netstat.out
tests/fixtures/ubuntu-18.04/passwd.json
tests/fixtures/ubuntu-18.04/passwd.out
tests/fixtures/ubuntu-18.04/pip-list-legacy.json
tests/fixtures/ubuntu-18.04/pip-list-legacy.out
tests/fixtures/ubuntu-18.04/pip-list.json
tests/fixtures/ubuntu-18.04/pip-list.out
tests/fixtures/ubuntu-18.04/pip-show.json
tests/fixtures/ubuntu-18.04/pip-show.out
tests/fixtures/ubuntu-18.04/ps-axu.json
tests/fixtures/ubuntu-18.04/ps-axu.out
tests/fixtures/ubuntu-18.04/ps-ef.json
tests/fixtures/ubuntu-18.04/ps-ef.out
tests/fixtures/ubuntu-18.04/route-vn.json
tests/fixtures/ubuntu-18.04/route-vn.out
tests/fixtures/ubuntu-18.04/route.json
tests/fixtures/ubuntu-18.04/route.out
tests/fixtures/ubuntu-18.04/shadow.json
tests/fixtures/ubuntu-18.04/shadow.out
tests/fixtures/ubuntu-18.04/ss-sudo-a.json
tests/fixtures/ubuntu-18.04/ss-sudo-a.out
tests/fixtures/ubuntu-18.04/stat.json
tests/fixtures/ubuntu-18.04/stat.out
tests/fixtures/ubuntu-18.04/systemctl-lj.json
tests/fixtures/ubuntu-18.04/systemctl-lj.out
tests/fixtures/ubuntu-18.04/systemctl-ls.json
tests/fixtures/ubuntu-18.04/systemctl-ls.out
tests/fixtures/ubuntu-18.04/systemctl-luf.json
tests/fixtures/ubuntu-18.04/systemctl-luf.out
tests/fixtures/ubuntu-18.04/systemctl.json
tests/fixtures/ubuntu-18.04/systemctl.out
tests/fixtures/ubuntu-18.04/uname-a.json
tests/fixtures/ubuntu-18.04/uname-a.out
tests/fixtures/ubuntu-18.04/uptime.json
tests/fixtures/ubuntu-18.04/uptime.out
tests/fixtures/ubuntu-18.04/w.json
tests/fixtures/ubuntu-18.04/w.out
tests/fixtures/ubuntu-18.04/who-a.json
tests/fixtures/ubuntu-18.04/who-a.out
tests/fixtures/ubuntu-18.04/who.json
tests/fixtures/ubuntu-18.04/who.out