gitextract_6okyl16d/ ├── .gitignore ├── CHANGELOG ├── CONTRIBUTING.md ├── EXAMPLES.md ├── LICENSE.md ├── MANIFEST.in ├── README-snap.md ├── README.md ├── build-completions.py ├── build-package.sh ├── completions/ │ ├── jc_bash_completion.sh │ └── jc_zsh_completion.sh ├── doc2md.py ├── docgen.sh ├── docs/ │ ├── lib.md │ ├── parsers/ │ │ ├── acpi.md │ │ ├── airport.md │ │ ├── airport_s.md │ │ ├── amixer.md │ │ ├── apt_cache_show.md │ │ ├── apt_get_sqq.md │ │ ├── arp.md │ │ ├── asciitable.md │ │ ├── asciitable_m.md │ │ ├── blkid.md │ │ ├── bluetoothctl.md │ │ ├── cbt.md │ │ ├── cef.md │ │ ├── cef_s.md │ │ ├── certbot.md │ │ ├── chage.md │ │ ├── cksum.md │ │ ├── clf.md │ │ ├── clf_s.md │ │ ├── crontab.md │ │ ├── crontab_u.md │ │ ├── csv.md │ │ ├── csv_s.md │ │ ├── curl_head.md │ │ ├── date.md │ │ ├── datetime_iso.md │ │ ├── debconf_show.md │ │ ├── df.md │ │ ├── dig.md │ │ ├── dir.md │ │ ├── dmidecode.md │ │ ├── dpkg_l.md │ │ ├── du.md │ │ ├── efibootmgr.md │ │ ├── email_address.md │ │ ├── env.md │ │ ├── ethtool.md │ │ ├── file.md │ │ ├── find.md │ │ ├── findmnt.md │ │ ├── finger.md │ │ ├── free.md │ │ ├── fstab.md │ │ ├── git_log.md │ │ ├── git_log_s.md │ │ ├── git_ls_remote.md │ │ ├── gpg.md │ │ ├── group.md │ │ ├── gshadow.md │ │ ├── hash.md │ │ ├── hashsum.md │ │ ├── hciconfig.md │ │ ├── history.md │ │ ├── host.md │ │ ├── hosts.md │ │ ├── http_headers.md │ │ ├── id.md │ │ ├── ifconfig.md │ │ ├── ini.md │ │ ├── ini_dup.md │ │ ├── iostat.md │ │ ├── iostat_s.md │ │ ├── ip_address.md │ │ ├── ip_route.md │ │ ├── ipconfig.md │ │ ├── iptables.md │ │ ├── iw_scan.md │ │ ├── iwconfig.md │ │ ├── jar_manifest.md │ │ ├── jobs.md │ │ ├── jwt.md │ │ ├── kv.md │ │ ├── kv_dup.md │ │ ├── last.md │ │ ├── ls.md │ │ ├── ls_s.md │ │ ├── lsattr.md │ │ ├── lsb_release.md │ │ ├── lsblk.md │ │ ├── lsmod.md │ │ ├── lsof.md │ │ ├── lspci.md │ │ ├── lsusb.md │ │ ├── m3u.md │ │ ├── mdadm.md │ │ ├── mount.md │ │ ├── mpstat.md │ │ ├── mpstat_s.md │ │ ├── needrestart.md │ │ ├── net_localgroup.md │ │ ├── net_user.md │ │ ├── netstat.md │ │ ├── nmcli.md │ │ ├── nsd_control.md │ │ ├── ntpq.md │ │ ├── openvpn.md │ │ ├── os_prober.md │ │ ├── os_release.md │ │ ├── pacman.md │ │ ├── passwd.md │ │ ├── path.md │ │ ├── path_list.md │ │ ├── pci_ids.md │ │ ├── pgpass.md │ │ ├── pidstat.md │ │ ├── pidstat_s.md │ │ ├── ping.md │ │ ├── ping_s.md │ │ ├── pip_list.md │ │ ├── pip_show.md │ │ ├── pkg_index_apk.md │ │ ├── pkg_index_deb.md │ │ ├── plist.md │ │ ├── postconf.md │ │ ├── proc.md │ │ ├── proc_buddyinfo.md │ │ ├── proc_cmdline.md │ │ ├── proc_consoles.md │ │ ├── proc_cpuinfo.md │ │ ├── proc_crypto.md │ │ ├── proc_devices.md │ │ ├── proc_diskstats.md │ │ ├── proc_driver_rtc.md │ │ ├── proc_filesystems.md │ │ ├── proc_interrupts.md │ │ ├── proc_iomem.md │ │ ├── proc_ioports.md │ │ ├── proc_loadavg.md │ │ ├── proc_locks.md │ │ ├── proc_meminfo.md │ │ ├── proc_modules.md │ │ ├── proc_mtrr.md │ │ ├── proc_net_arp.md │ │ ├── proc_net_dev.md │ │ ├── proc_net_dev_mcast.md │ │ ├── proc_net_if_inet6.md │ │ ├── proc_net_igmp.md │ │ ├── proc_net_igmp6.md │ │ ├── proc_net_ipv6_route.md │ │ ├── proc_net_netlink.md │ │ ├── proc_net_netstat.md │ │ ├── proc_net_packet.md │ │ ├── proc_net_protocols.md │ │ ├── proc_net_route.md │ │ ├── proc_net_tcp.md │ │ ├── proc_net_unix.md │ │ ├── proc_pagetypeinfo.md │ │ ├── proc_partitions.md │ │ ├── proc_pid_fdinfo.md │ │ ├── proc_pid_io.md │ │ ├── proc_pid_maps.md │ │ ├── proc_pid_mountinfo.md │ │ ├── proc_pid_numa_maps.md │ │ ├── proc_pid_smaps.md │ │ ├── proc_pid_stat.md │ │ ├── proc_pid_statm.md │ │ ├── proc_pid_status.md │ │ ├── proc_slabinfo.md │ │ ├── proc_softirqs.md │ │ ├── proc_stat.md │ │ ├── proc_swaps.md │ │ ├── proc_uptime.md │ │ ├── proc_version.md │ │ ├── proc_vmallocinfo.md │ │ ├── proc_vmstat.md │ │ ├── proc_zoneinfo.md │ │ ├── ps.md │ │ ├── resolve_conf.md │ │ ├── route.md │ │ ├── route_print.md │ │ ├── rpm_qi.md │ │ ├── rsync.md │ │ ├── rsync_s.md │ │ ├── semver.md │ │ ├── sfdisk.md │ │ ├── shadow.md │ │ ├── srt.md │ │ ├── ss.md │ │ ├── ssh_conf.md │ │ ├── sshd_conf.md │ │ ├── stat.md │ │ ├── stat_s.md │ │ ├── swapon.md │ │ ├── sysctl.md │ │ ├── syslog.md │ │ ├── syslog_bsd.md │ │ ├── syslog_bsd_s.md │ │ ├── syslog_s.md │ │ ├── systemctl.md │ │ ├── systemctl_lj.md │ │ ├── systemctl_ls.md │ │ ├── systemctl_luf.md │ │ ├── systeminfo.md │ │ ├── time.md │ │ ├── timedatectl.md │ │ ├── timestamp.md │ │ ├── toml.md │ │ ├── top.md │ │ ├── top_s.md │ │ ├── tracepath.md │ │ ├── traceroute.md │ │ ├── traceroute_s.md │ │ ├── tune2fs.md │ │ ├── udevadm.md │ │ ├── ufw.md │ │ ├── ufw_appinfo.md │ │ ├── uname.md │ │ ├── universal.md │ │ ├── update_alt_gs.md │ │ ├── update_alt_q.md │ │ ├── upower.md │ │ ├── uptime.md │ │ ├── url.md │ │ ├── ver.md │ │ ├── veracrypt.md │ │ ├── vmstat.md │ │ ├── vmstat_s.md │ │ ├── w.md │ │ ├── wc.md │ │ ├── wg_show.md │ │ ├── who.md │ │ ├── x509_cert.md │ │ ├── x509_crl.md │ │ ├── x509_csr.md │ │ ├── xml.md │ │ ├── xrandr.md │ │ ├── yaml.md │ │ ├── zipinfo.md │ │ ├── zpool_iostat.md │ │ └── zpool_status.md │ ├── readme.md │ ├── streaming.md │ └── utils.md ├── install.sh ├── jc/ │ ├── __init__.py │ ├── __main__.py │ ├── appdirs.py │ ├── cli.py │ ├── cli_data.py │ ├── exceptions.py │ ├── jc_types.py │ ├── lib.py │ ├── parsers/ │ │ ├── __init__.py │ │ ├── acpi.py │ │ ├── airport.py │ │ ├── airport_s.py │ │ ├── amixer.py │ │ ├── apt_cache_show.py │ │ ├── apt_get_sqq.py │ │ ├── arp.py │ │ ├── asciitable.py │ │ ├── asciitable_m.py │ │ ├── asn1crypto/ │ │ │ ├── LICENSE │ │ │ ├── __init__.py │ │ │ ├── _errors.py │ │ │ ├── _inet.py │ │ │ ├── _int.py │ │ │ ├── _iri.py │ │ │ ├── _ordereddict.py │ │ │ ├── _teletex_codec.py │ │ │ ├── _types.py │ │ │ ├── algos.py │ │ │ ├── cms.py │ │ │ ├── core.py │ │ │ ├── crl.py │ │ │ ├── csr.py │ │ │ ├── jc_global.py │ │ │ ├── keys.py │ │ │ ├── ocsp.py │ │ │ ├── parser.py │ │ │ ├── pdf.py │ │ │ ├── pem.py │ │ │ ├── pkcs12.py │ │ │ ├── tsp.py │ │ │ ├── util.py │ │ │ ├── version.py │ │ │ └── x509.py │ │ ├── blkid.py │ │ ├── bluetoothctl.py │ │ ├── broken_parser.py │ │ ├── cbt.py │ │ ├── cef.py │ │ ├── cef_s.py │ │ ├── certbot.py │ │ ├── chage.py │ │ ├── cksum.py │ │ ├── clf.py │ │ ├── clf_s.py │ │ ├── crontab.py │ │ ├── crontab_u.py │ │ ├── csv.py │ │ ├── csv_s.py │ │ ├── curl_head.py │ │ ├── date.py │ │ ├── datetime_iso.py │ │ ├── debconf_show.py │ │ ├── df.py │ │ ├── dig.py │ │ ├── dir.py │ │ ├── disabled_parser.py │ │ ├── dmidecode.py │ │ ├── dpkg_l.py │ │ ├── du.py │ │ ├── efibootmgr.py │ │ ├── email_address.py │ │ ├── env.py │ │ ├── ethtool.py │ │ ├── file.py │ │ ├── find.py │ │ ├── findmnt.py │ │ ├── finger.py │ │ ├── foo.py │ │ ├── foo_s.py │ │ ├── free.py │ │ ├── fstab.py │ │ ├── git_log.py │ │ ├── git_log_s.py │ │ ├── git_ls_remote.py │ │ ├── gpg.py │ │ ├── group.py │ │ ├── gshadow.py │ │ ├── hash.py │ │ ├── hashsum.py │ │ ├── hciconfig.py │ │ ├── history.py │ │ ├── host.py │ │ ├── hosts.py │ │ ├── http_headers.py │ │ ├── id.py │ │ ├── ifconfig.py │ │ ├── iftop.py │ │ ├── ini.py │ │ ├── ini_dup.py │ │ ├── iostat.py │ │ ├── iostat_s.py │ │ ├── ip_address.py │ │ ├── ip_route.py │ │ ├── ipconfig.py │ │ ├── iptables.py │ │ ├── iw_scan.py │ │ ├── iwconfig.py │ │ ├── jar_manifest.py │ │ ├── jobs.py │ │ ├── jwt.py │ │ ├── kv.py │ │ ├── kv_dup.py │ │ ├── last.py │ │ ├── ls.py │ │ ├── ls_s.py │ │ ├── lsattr.py │ │ ├── lsb_release.py │ │ ├── lsblk.py │ │ ├── lsmod.py │ │ ├── lsof.py │ │ ├── lspci.py │ │ ├── lsusb.py │ │ ├── m3u.py │ │ ├── mdadm.py │ │ ├── mount.py │ │ ├── mpstat.py │ │ ├── mpstat_s.py │ │ ├── needrestart.py │ │ ├── net_localgroup.py │ │ ├── net_user.py │ │ ├── netstat.py │ │ ├── netstat_freebsd_osx.py │ │ ├── netstat_linux.py │ │ ├── netstat_windows.py │ │ ├── nmcli.py │ │ ├── nsd_control.py │ │ ├── ntpq.py │ │ ├── openvpn.py │ │ ├── os_prober.py │ │ ├── os_release.py │ │ ├── pacman.py │ │ ├── passwd.py │ │ ├── path.py │ │ ├── path_list.py │ │ ├── pbPlist/ │ │ │ ├── StrParse.py │ │ │ ├── Switch.py │ │ │ ├── __init__.py │ │ │ ├── pbItem.py │ │ │ ├── pbParser.py │ │ │ ├── pbPlist.py │ │ │ ├── pbRoot.py │ │ │ └── pbSerializer.py │ │ ├── pci_ids.py │ │ ├── pgpass.py │ │ ├── pidstat.py │ │ ├── pidstat_s.py │ │ ├── ping.py │ │ ├── ping_s.py │ │ ├── pip_list.py │ │ ├── pip_show.py │ │ ├── pkg_index_apk.py │ │ ├── pkg_index_deb.py │ │ ├── plist.py │ │ ├── postconf.py │ │ ├── proc.py │ │ ├── proc_buddyinfo.py │ │ ├── proc_cmdline.py │ │ ├── proc_consoles.py │ │ ├── proc_cpuinfo.py │ │ ├── proc_crypto.py │ │ ├── proc_devices.py │ │ ├── proc_diskstats.py │ │ ├── proc_driver_rtc.py │ │ ├── proc_filesystems.py │ │ ├── proc_interrupts.py │ │ ├── proc_iomem.py │ │ ├── proc_ioports.py │ │ ├── proc_loadavg.py │ │ ├── proc_locks.py │ │ ├── proc_meminfo.py │ │ ├── proc_modules.py │ │ ├── proc_mtrr.py │ │ ├── proc_net_arp.py │ │ ├── proc_net_dev.py │ │ ├── proc_net_dev_mcast.py │ │ ├── proc_net_if_inet6.py │ │ ├── proc_net_igmp.py │ │ ├── proc_net_igmp6.py │ │ ├── proc_net_ipv6_route.py │ │ ├── proc_net_netlink.py │ │ ├── proc_net_netstat.py │ │ ├── proc_net_packet.py │ │ ├── proc_net_protocols.py │ │ ├── proc_net_route.py │ │ ├── proc_net_tcp.py │ │ ├── proc_net_unix.py │ │ ├── proc_pagetypeinfo.py │ │ ├── proc_partitions.py │ │ ├── proc_pid_fdinfo.py │ │ ├── proc_pid_io.py │ │ ├── proc_pid_maps.py │ │ ├── proc_pid_mountinfo.py │ │ ├── proc_pid_numa_maps.py │ │ ├── proc_pid_smaps.py │ │ ├── proc_pid_stat.py │ │ ├── proc_pid_statm.py │ │ ├── proc_pid_status.py │ │ ├── proc_slabinfo.py │ │ ├── proc_softirqs.py │ │ ├── proc_stat.py │ │ ├── proc_swaps.py │ │ ├── proc_uptime.py │ │ ├── proc_version.py │ │ ├── proc_vmallocinfo.py │ │ ├── proc_vmstat.py │ │ ├── proc_zoneinfo.py │ │ ├── ps.py │ │ ├── pyedid/ │ │ │ ├── LICENSE │ │ │ ├── __init__.py │ │ │ ├── edid.py │ │ │ ├── helpers/ │ │ │ │ ├── __init__.py │ │ │ │ ├── edid_helper.py │ │ │ │ └── registry.py │ │ │ └── main.py │ │ ├── resolve_conf.py │ │ ├── route.py │ │ ├── route_print.py │ │ ├── route_windows.py │ │ ├── rpm_qi.py │ │ ├── rsync.py │ │ ├── rsync_s.py │ │ ├── semver.py │ │ ├── sfdisk.py │ │ ├── shadow.py │ │ ├── srt.py │ │ ├── ss.py │ │ ├── ssh_conf.py │ │ ├── sshd_conf.py │ │ ├── stat.py │ │ ├── stat_s.py │ │ ├── swapon.py │ │ ├── sysctl.py │ │ ├── syslog.py │ │ ├── syslog_bsd.py │ │ ├── syslog_bsd_s.py │ │ ├── syslog_s.py │ │ ├── systemctl.py │ │ ├── systemctl_lj.py │ │ ├── systemctl_ls.py │ │ ├── systemctl_luf.py │ │ ├── systeminfo.py │ │ ├── time.py │ │ ├── timedatectl.py │ │ ├── timestamp.py │ │ ├── toml.py │ │ ├── tomli/ │ │ │ ├── LICENSE │ │ │ ├── __init__.py │ │ │ ├── _parser.py │ │ │ ├── _re.py │ │ │ ├── _types.py │ │ │ └── py.typed │ │ ├── top.py │ │ ├── top_s.py │ │ ├── tracepath.py │ │ ├── traceroute.py │ │ ├── traceroute_s.py │ │ ├── tune2fs.py │ │ ├── udevadm.py │ │ ├── ufw.py │ │ ├── ufw_appinfo.py │ │ ├── uname.py │ │ ├── universal.py │ │ ├── update_alt_gs.py │ │ ├── update_alt_q.py │ │ ├── upower.py │ │ ├── uptime.py │ │ ├── url.py │ │ ├── ver.py │ │ ├── veracrypt.py │ │ ├── vmstat.py │ │ ├── vmstat_s.py │ │ ├── w.py │ │ ├── wc.py │ │ ├── wg_show.py │ │ ├── who.py │ │ ├── x509_cert.py │ │ ├── x509_crl.py │ │ ├── x509_csr.py │ │ ├── xml.py │ │ ├── xrandr.py │ │ ├── yaml.py │ │ ├── zipinfo.py │ │ ├── zpool_iostat.py │ │ └── zpool_status.py │ ├── py.typed │ ├── shell_completions.py │ ├── streaming.py │ ├── tracebackplus.py │ └── utils.py ├── man/ │ └── jc.1 ├── mangen.py ├── pypi-upload.sh ├── readmegen.py ├── requirements.txt ├── runtests-missing-libs.sh ├── runtests.sh ├── setup.cfg ├── setup.py ├── snap/ │ ├── local/ │ │ └── jc-launcher.sh │ └── snapcraft.yaml ├── templates/ │ ├── manpage_template │ └── readme_template ├── tests/ │ ├── __init__.py │ ├── _vendor/ │ │ ├── __init__.py │ │ ├── packaging/ │ │ │ ├── LICENSE.APACHE │ │ │ ├── LICENSE.BSD │ │ │ ├── __init__.py │ │ │ ├── _structures.py │ │ │ └── version.py │ │ └── vendored.txt │ ├── fixtures/ │ │ ├── aix-7.1/ │ │ │ ├── arp-a.json │ │ │ ├── arp-a.out │ │ │ ├── mount.json │ │ │ └── mount.out │ │ ├── alpine-linux-3.13/ │ │ │ ├── ping-hostname.json │ │ │ ├── ping-hostname.out │ │ │ ├── ping-ip.json │ │ │ └── ping-ip.out │ │ ├── centos-7.7/ │ │ │ ├── arp-a.json │ │ │ ├── arp-a.out │ │ │ ├── arp-v.json │ │ │ ├── arp-v.out │ │ │ ├── arp.json │ │ │ ├── arp.out │ │ │ ├── blkid-ip-multi.json │ │ │ ├── blkid-ip-multi.out │ │ │ ├── blkid-ip-udev-multi.json │ │ │ ├── blkid-ip-udev-multi.out │ │ │ ├── blkid-ip-udev.json │ │ │ ├── blkid-ip-udev.out │ │ │ ├── blkid-sda2.json │ │ │ ├── blkid-sda2.out │ │ │ ├── blkid.json │ │ │ ├── blkid.out │ │ │ ├── chage.json │ │ │ ├── chage.out │ │ │ ├── cksum.json │ │ │ ├── cksum.out │ │ │ ├── crontab-u.json │ │ │ ├── crontab-u.out │ │ │ ├── crontab.json │ │ │ ├── crontab.out │ │ │ ├── df-h.json │ │ │ ├── df-h.out │ │ │ ├── df.json │ │ │ ├── df.out │ │ │ ├── dig-aaaa.json │ │ │ ├── dig-aaaa.out │ │ │ ├── dig-axfr.json │ │ │ ├── dig-axfr.out │ │ │ ├── dig-x.json │ │ │ ├── dig-x.out │ │ │ ├── dig.json │ │ │ ├── dig.out │ │ │ ├── dmidecode.json │ │ │ ├── dmidecode.out │ │ │ ├── du.json │ │ │ ├── du.out │ │ │ ├── env.json │ │ │ ├── env.out │ │ │ ├── file.json │ │ │ ├── file.out │ │ │ ├── find.json │ │ │ ├── find.out │ │ │ ├── findmnt-a.json │ │ │ ├── findmnt-a.out │ │ │ ├── findmnt-l.json │ │ │ ├── findmnt-l.out │ │ │ ├── findmnt.json │ │ │ ├── findmnt.out │ │ │ ├── finger.json │ │ │ ├── finger.out │ │ │ ├── free-h.json │ │ │ ├── free-h.out │ │ │ ├── free-w.json │ │ │ ├── free-w.out │ │ │ ├── free.json │ │ │ ├── free.out │ │ │ ├── fstab.json │ │ │ ├── fstab.out │ │ │ ├── group.json │ │ │ ├── group.out │ │ │ ├── gshadow.json │ │ │ ├── gshadow.out │ │ │ ├── hash.json │ │ │ ├── hash.out │ │ │ ├── hciconfig-a.json │ │ │ ├── hciconfig-a.out │ │ │ ├── hciconfig.json │ │ │ ├── hciconfig.out │ │ │ ├── history.json │ │ │ ├── history.out │ │ │ ├── hosts.json │ │ │ ├── hosts.out │ │ │ ├── id.json │ │ │ ├── id.out │ │ │ ├── ifconfig.json │ │ │ ├── ifconfig.out │ │ │ ├── iostat-1-streaming.json │ │ │ ├── iostat-1.json │ │ │ ├── iostat-1.out │ │ │ ├── iostat-m-streaming.json │ │ │ ├── iostat-m.json │ │ │ ├── iostat-m.out │ │ │ ├── iostat-mx-streaming.json │ │ │ ├── iostat-mx.json │ │ │ ├── iostat-mx.out │ │ │ ├── iostat-streaming.json │ │ │ ├── iostat-x-streaming.json │ │ │ ├── iostat-x.json │ │ │ ├── iostat-x.out │ │ │ ├── iostat.json │ │ │ ├── iostat.out │ │ │ ├── ip_route.json │ │ │ ├── ip_route.out │ │ │ ├── iptables-filter-line-numbers.json │ │ │ ├── iptables-filter-line-numbers.out │ │ │ ├── iptables-filter-nv.json │ │ │ ├── iptables-filter-nv.out │ │ │ ├── iptables-filter.json │ │ │ ├── iptables-filter.out │ │ │ ├── iptables-mangle.json │ │ │ ├── iptables-mangle.out │ │ │ ├── iptables-nat.json │ │ │ ├── iptables-nat.out │ │ │ ├── iptables-raw.json │ │ │ ├── iptables-raw.out │ │ │ ├── iw-scan0.json │ │ │ ├── iw-scan0.out │ │ │ ├── iw-scan1.json │ │ │ ├── iw-scan1.out │ │ │ ├── iw-scan2.json │ │ │ ├── iw-scan2.out │ │ │ ├── jobs.json │ │ │ ├── jobs.out │ │ │ ├── last-crash.json │ │ │ ├── last-crash.out │ │ │ ├── last-w.json │ │ │ ├── last-w.out │ │ │ ├── last-wF.json │ │ │ ├── last-wF.out │ │ │ ├── last-wixF.json │ │ │ ├── last-wixF.out │ │ │ ├── last.json │ │ │ ├── last.out │ │ │ ├── lastb.json │ │ │ ├── lastb.out │ │ │ ├── ls-R-newlines.json │ │ │ ├── ls-R-newlines.out │ │ │ ├── ls-R.json │ │ │ ├── ls-R.out │ │ │ ├── ls-al-streaming.json │ │ │ ├── ls-al.json │ │ │ ├── ls-al.out │ │ │ ├── ls-alR-streaming.json │ │ │ ├── ls-alR.json │ │ │ ├── ls-alR.out │ │ │ ├── ls-alh-streaming.json │ │ │ ├── ls-alh.json │ │ │ ├── ls-alh.out │ │ │ ├── ls-glob.json │ │ │ ├── ls-glob.out │ │ │ ├── ls-l-newlines.json │ │ │ ├── ls-l-newlines.out │ │ │ ├── ls-lR-newlines.json │ │ │ ├── ls-lR-newlines.out │ │ │ ├── ls-newlines.json │ │ │ ├── ls-newlines.out │ │ │ ├── ls.json │ │ │ ├── ls.out │ │ │ ├── lsblk-allcols.json │ │ │ ├── lsblk-allcols.out │ │ │ ├── lsblk.json │ │ │ ├── lsblk.out │ │ │ ├── lsmod.json │ │ │ ├── lsmod.out │ │ │ ├── lsof-sudo.json │ │ │ ├── lsof-sudo.out │ │ │ ├── lsof.json │ │ │ ├── lsof.out │ │ │ ├── lsusb-v-single.json │ │ │ ├── lsusb-v-single.out │ │ │ ├── lsusb-v.json │ │ │ ├── lsusb-v.out │ │ │ ├── lsusb.json │ │ │ ├── lsusb.out │ │ │ ├── md5sum.json │ │ │ ├── md5sum.out │ │ │ ├── mount.json │ │ │ ├── mount.out │ │ │ ├── mpstat-A-2-5-streaming.json │ │ │ ├── mpstat-A-2-5.json │ │ │ ├── mpstat-A-2-5.out │ │ │ ├── mpstat-A-streaming.json │ │ │ ├── mpstat-A.json │ │ │ ├── mpstat-A.out │ │ │ ├── mpstat-streaming.json │ │ │ ├── mpstat.json │ │ │ ├── mpstat.out │ │ │ ├── netstat-i.json │ │ │ ├── netstat-i.out │ │ │ ├── netstat-l.json │ │ │ ├── netstat-l.out │ │ │ ├── netstat-p.json │ │ │ ├── netstat-p.out │ │ │ ├── netstat-r.json │ │ │ ├── netstat-r.out │ │ │ ├── netstat-rne.json │ │ │ ├── netstat-rne.out │ │ │ ├── netstat-rnee.json │ │ │ ├── netstat-rnee.out │ │ │ ├── netstat-sudo-aeep.json │ │ │ ├── netstat-sudo-aeep.out │ │ │ ├── netstat-sudo-lnp.json │ │ │ ├── netstat-sudo-lnp.out │ │ │ ├── netstat.json │ │ │ ├── netstat.out │ │ │ ├── nmcli-connection-all.json │ │ │ ├── nmcli-connection-all.out │ │ │ ├── nmcli-connection-show-ens33.json │ │ │ ├── nmcli-connection-show-ens33.out │ │ │ ├── nmcli-connection.json │ │ │ ├── nmcli-connection.out │ │ │ ├── nmcli-device-all.json │ │ │ ├── nmcli-device-all.out │ │ │ ├── nmcli-device-show-ens33.json │ │ │ ├── nmcli-device-show-ens33.out │ │ │ ├── nmcli-device-show-lo.json │ │ │ ├── nmcli-device-show-lo.out │ │ │ ├── nmcli-device-show.json │ │ │ ├── nmcli-device-show.out │ │ │ ├── nmcli-device.json │ │ │ ├── nmcli-device.out │ │ │ ├── nmcli-general-all.json │ │ │ ├── nmcli-general-all.out │ │ │ ├── nmcli-general-permissions.json │ │ │ ├── nmcli-general-permissions.out │ │ │ ├── nmcli.out │ │ │ ├── ntpq-p.json │ │ │ ├── ntpq-p.out │ │ │ ├── ntpq-pn.json │ │ │ ├── ntpq-pn.out │ │ │ ├── passwd.json │ │ │ ├── passwd.out │ │ │ ├── pidstat-hdlrsuw-2-5-streaming.json │ │ │ ├── pidstat-hdlrsuw-2-5.json │ │ │ ├── pidstat-hdlrsuw-2-5.out │ │ │ ├── pidstat-hdlrsuw-streaming.json │ │ │ ├── pidstat-hdlrsuw.json │ │ │ ├── pidstat-hdlrsuw.out │ │ │ ├── pidstat-hl-streaming.json │ │ │ ├── pidstat-hl.json │ │ │ ├── pidstat-hl.out │ │ │ ├── pidstat.out │ │ │ ├── ping-hostname-O-D-p-s-streaming.json │ │ │ ├── ping-hostname-O-D-p-s.json │ │ │ ├── ping-hostname-O-D-p-s.out │ │ │ ├── ping-hostname-O-p-streaming.json │ │ │ ├── ping-hostname-O-p.json │ │ │ ├── ping-hostname-O-p.out │ │ │ ├── ping-hostname-O-streaming.json │ │ │ ├── ping-hostname-O.json │ │ │ ├── ping-hostname-O.out │ │ │ ├── ping-ip-O-D-streaming.json │ │ │ ├── ping-ip-O-D.json │ │ │ ├── ping-ip-O-D.out │ │ │ ├── ping-ip-O-streaming-ignore-exceptions.json │ │ │ ├── ping-ip-O-streaming.json │ │ │ ├── ping-ip-O-unparsedlines.json │ │ │ ├── ping-ip-O-unparsedlines.out │ │ │ ├── ping-ip-O.json │ │ │ ├── ping-ip-O.out │ │ │ ├── ping-ip-dup-streaming.json │ │ │ ├── ping-ip-dup.json │ │ │ ├── ping-ip-dup.out │ │ │ ├── ping-missing-hostname-streaming.json │ │ │ ├── ping-missing-hostname.json │ │ │ ├── ping-missing-hostname.out │ │ │ ├── ping6-hostname-O-D-p-s-streaming.json │ │ │ ├── ping6-hostname-O-D-p-s.json │ │ │ ├── ping6-hostname-O-D-p-s.out │ │ │ ├── ping6-hostname-O-p-streaming.json │ │ │ ├── ping6-hostname-O-p.json │ │ │ ├── ping6-hostname-O-p.out │ │ │ ├── ping6-ip-O-D-p-streaming.json │ │ │ ├── ping6-ip-O-D-p.json │ │ │ ├── ping6-ip-O-D-p.out │ │ │ ├── ping6-ip-O-p-streaming.json │ │ │ ├── ping6-ip-O-p-unparsable.json │ │ │ ├── ping6-ip-O-p-unparsable.out │ │ │ ├── ping6-ip-O-p.json │ │ │ ├── ping6-ip-O-p.out │ │ │ ├── ping6-ip-dup-streaming.json │ │ │ ├── ping6-ip-dup.json │ │ │ ├── ping6-ip-dup.out │ │ │ ├── pip-list.json │ │ │ ├── pip-list.out │ │ │ ├── pip-show.json │ │ │ ├── pip-show.out │ │ │ ├── ps-axu.json │ │ │ ├── ps-axu.out │ │ │ ├── ps-ef.json │ │ │ ├── ps-ef.out │ │ │ ├── route-6-n.json │ │ │ ├── route-6-n.out │ │ │ ├── route-6.json │ │ │ ├── route-6.out │ │ │ ├── route-vn.json │ │ │ ├── route-vn.out │ │ │ ├── route.json │ │ │ ├── route.out │ │ │ ├── rpm-qai.json │ │ │ ├── rpm-qai.out │ │ │ ├── rpm-qi-package.json │ │ │ ├── rpm-qi-package.out │ │ │ ├── rsync-i-logfile-streaming.json │ │ │ ├── rsync-i-logfile.json │ │ │ ├── rsync-i-logfile.out │ │ │ ├── rsync-i-streaming.json │ │ │ ├── rsync-i-v-logfile-streaming.json │ │ │ ├── rsync-i-v-logfile.json │ │ │ ├── rsync-i-v-logfile.out │ │ │ ├── rsync-i-vv-logfile-streaming.json │ │ │ ├── rsync-i-vv-logfile.json │ │ │ ├── rsync-i-vv-logfile.out │ │ │ ├── rsync-i-vvv-logfile-nochange-streaming.json │ │ │ ├── rsync-i-vvv-logfile-nochange.json │ │ │ ├── rsync-i-vvv-logfile-nochange.out │ │ │ ├── rsync-i-vvv-logfile-streaming.json │ │ │ ├── rsync-i-vvv-logfile.json │ │ │ ├── rsync-i-vvv-logfile.out │ │ │ ├── rsync-i.json │ │ │ ├── rsync-i.out │ │ │ ├── rsync-ivvv-nochange-streaming.json │ │ │ ├── rsync-ivvv-nochange.json │ │ │ ├── rsync-ivvv-nochange.out │ │ │ ├── rsync-ivvv-streaming.json │ │ │ ├── rsync-ivvv.json │ │ │ ├── rsync-ivvv.out │ │ │ ├── sfdisk-d-multi.json │ │ │ ├── sfdisk-d-multi.out │ │ │ ├── sfdisk-d.json │ │ │ ├── sfdisk-d.out │ │ │ ├── sfdisk-l-multi.json │ │ │ ├── sfdisk-l-multi.out │ │ │ ├── sfdisk-l.json │ │ │ ├── sfdisk-l.out │ │ │ ├── sfdisk-luB.json │ │ │ ├── sfdisk-luB.out │ │ │ ├── sfdisk-luM.json │ │ │ ├── sfdisk-luM.out │ │ │ ├── sfdisk-luS.json │ │ │ ├── sfdisk-luS.out │ │ │ ├── sha256sum.json │ │ │ ├── sha256sum.out │ │ │ ├── sha384sum.json │ │ │ ├── sha384sum.out │ │ │ ├── shadow.json │ │ │ ├── shadow.out │ │ │ ├── ss-sudo-a.json │ │ │ ├── ss-sudo-a.out │ │ │ ├── stat-streaming.json │ │ │ ├── stat.json │ │ │ ├── stat.out │ │ │ ├── sum.json │ │ │ ├── sum.out │ │ │ ├── sysctl-a.json │ │ │ ├── sysctl-a.out │ │ │ ├── systemctl-ls.json │ │ │ ├── systemctl-ls.out │ │ │ ├── systemctl-luf.json │ │ │ ├── systemctl-luf.out │ │ │ ├── systemctl.json │ │ │ ├── systemctl.out │ │ │ ├── timedatectl.json │ │ │ ├── timedatectl.out │ │ │ ├── top-b-n1-gib-allfields-w-streaming.json │ │ │ ├── top-b-n1-gib-allfields-w.json │ │ │ ├── top-b-n1-gib-allfields-w.out │ │ │ ├── top-b-n1-gib-streaming.json │ │ │ ├── top-b-n1-gib.json │ │ │ ├── top-b-n1-gib.out │ │ │ ├── top-b-n3-streaming.json │ │ │ ├── top-b-n3.json │ │ │ ├── top-b-n3.out │ │ │ ├── tracepath.json │ │ │ ├── tracepath.out │ │ │ ├── tracepath6.json │ │ │ ├── tracepath6.out │ │ │ ├── traceroute-streaming.json │ │ │ ├── traceroute.json │ │ │ ├── traceroute.out │ │ │ ├── uname-a.json │ │ │ ├── uname-a.out │ │ │ ├── uname.out │ │ │ ├── uptime.json │ │ │ ├── uptime.out │ │ │ ├── vmstat-a-streaming.json │ │ │ ├── vmstat-a.json │ │ │ ├── vmstat-a.out │ │ │ ├── vmstat-at-5-10-streaming.json │ │ │ ├── vmstat-at-5-10.json │ │ │ ├── vmstat-at-5-10.out │ │ │ ├── vmstat-awt-streaming.json │ │ │ ├── vmstat-awt.json │ │ │ ├── vmstat-awt.out │ │ │ ├── vmstat-d-streaming.json │ │ │ ├── vmstat-d.json │ │ │ ├── vmstat-d.out │ │ │ ├── vmstat-dt-streaming.json │ │ │ ├── vmstat-dt.json │ │ │ ├── vmstat-dt.out │ │ │ ├── vmstat-streaming.json │ │ │ ├── vmstat-w-streaming.json │ │ │ ├── vmstat-w.json │ │ │ ├── vmstat-w.out │ │ │ ├── vmstat.json │ │ │ ├── vmstat.out │ │ │ ├── w.json │ │ │ ├── w.out │ │ │ ├── wc.json │ │ │ ├── wc.out │ │ │ ├── who-a.json │ │ │ ├── who-a.out │ │ │ ├── who.json │ │ │ └── who.out │ │ ├── centos-8/ │ │ │ ├── arp-a.json │ │ │ ├── arp-a.out │ │ │ ├── sfdisk-F.json │ │ │ ├── sfdisk-F.out │ │ │ ├── sfdisk-l.json │ │ │ └── sfdisk-l.out │ │ ├── create_fixtures.sh │ │ ├── debian10/ │ │ │ ├── crontab-u.json │ │ │ ├── crontab-u.out │ │ │ ├── sfdisk-F.json │ │ │ ├── sfdisk-F.out │ │ │ ├── sfdisk-F2.json │ │ │ ├── sfdisk-F2.out │ │ │ ├── sfdisk-l.json │ │ │ ├── sfdisk-l.out │ │ │ ├── sfdisk-l2.json │ │ │ ├── sfdisk-l2.out │ │ │ ├── sfdisk-l3.json │ │ │ ├── sfdisk-l3.out │ │ │ ├── uname-a.json │ │ │ └── uname-a.out │ │ ├── debian13/ │ │ │ ├── who.json │ │ │ └── who.out │ │ ├── fedora32/ │ │ │ ├── dmidecode.json │ │ │ ├── dmidecode.out │ │ │ ├── last.json │ │ │ ├── last.out │ │ │ ├── netstat.json │ │ │ ├── netstat.out │ │ │ ├── nmcli-connection-show-ens33.json │ │ │ ├── nmcli-connection-show-ens33.out │ │ │ ├── nmcli-device-show-ens33.json │ │ │ ├── nmcli-device-show-ens33.out │ │ │ ├── nmcli-device-show.json │ │ │ ├── nmcli-device-show.out │ │ │ ├── ping-hostname-O-D-p-s-streaming.json │ │ │ ├── ping-hostname-O-D-p-s.json │ │ │ ├── ping-hostname-O-D-p-s.out │ │ │ ├── ping-hostname-O-p-streaming.json │ │ │ ├── ping-hostname-O-p.json │ │ │ ├── ping-hostname-O-p.out │ │ │ ├── ping-hostname-O-streaming.json │ │ │ ├── ping-hostname-O.json │ │ │ ├── ping-hostname-O.out │ │ │ ├── ping-ip-O-D-streaming.json │ │ │ ├── ping-ip-O-D.json │ │ │ ├── ping-ip-O-D.out │ │ │ ├── ping-ip-O-streaming.json │ │ │ ├── ping-ip-O.json │ │ │ ├── ping-ip-O.out │ │ │ ├── ping6-hostname-O-D-p-s-streaming.json │ │ │ ├── ping6-hostname-O-D-p-s.json │ │ │ ├── ping6-hostname-O-D-p-s.out │ │ │ ├── ping6-hostname-O-D-p.json │ │ │ ├── ping6-hostname-O-D-p.out │ │ │ ├── ping6-hostname-O-p-streaming.json │ │ │ ├── ping6-hostname-O-p.json │ │ │ ├── ping6-hostname-O-p.out │ │ │ ├── ping6-ip-O-D-p-streaming.json │ │ │ ├── ping6-ip-O-D-p.json │ │ │ ├── ping6-ip-O-D-p.out │ │ │ ├── ping6-ip-O-p-streaming.json │ │ │ ├── ping6-ip-O-p.json │ │ │ └── ping6-ip-O-p.out │ │ ├── freebsd12/ │ │ │ ├── arp-a.json │ │ │ ├── arp-a.out │ │ │ ├── ifconfig-extra-fields.json │ │ │ ├── ifconfig-extra-fields.out │ │ │ ├── ifconfig-extra-fields2.json │ │ │ ├── ifconfig-extra-fields2.out │ │ │ ├── ifconfig-extra-fields3.json │ │ │ ├── ifconfig-extra-fields3.out │ │ │ ├── ifconfig-extra-fields4.json │ │ │ ├── ifconfig-extra-fields4.out │ │ │ ├── last.json │ │ │ ├── last.out │ │ │ ├── netstat-Aa.json │ │ │ ├── netstat-Aa.out │ │ │ ├── netstat-AaT.json │ │ │ ├── netstat-AaT.out │ │ │ ├── netstat-AanP.json │ │ │ ├── netstat-AanP.out │ │ │ ├── netstat-Aax.json │ │ │ ├── netstat-Aax.out │ │ │ ├── netstat-aT.json │ │ │ ├── netstat-aT.out │ │ │ ├── netstat-an.json │ │ │ ├── netstat-an.out │ │ │ ├── netstat-i.json │ │ │ ├── netstat-i.out │ │ │ ├── netstat-ib.json │ │ │ ├── netstat-ib.out │ │ │ ├── netstat-r.json │ │ │ ├── netstat-r.out │ │ │ ├── ntpq-p.json │ │ │ ├── ntpq-p.out │ │ │ ├── ping-hostname-p-streaming.json │ │ │ ├── ping-hostname-p.json │ │ │ ├── ping-hostname-p.out │ │ │ ├── ping-hostname-s-streaming.json │ │ │ ├── ping-hostname-s.json │ │ │ ├── ping-hostname-s.out │ │ │ ├── ping-hostname-streaming.json │ │ │ ├── ping-hostname.json │ │ │ ├── ping-hostname.out │ │ │ ├── ping-ip-p-streaming.json │ │ │ ├── ping-ip-p.json │ │ │ ├── ping-ip-p.out │ │ │ ├── ping-ip-s-streaming.json │ │ │ ├── ping-ip-s.json │ │ │ ├── ping-ip-s.out │ │ │ ├── ping-ip-streaming.json │ │ │ ├── ping-ip.json │ │ │ ├── ping-ip.out │ │ │ ├── ping6-hostname-p-streaming.json │ │ │ ├── ping6-hostname-p.json │ │ │ ├── ping6-hostname-p.out │ │ │ ├── ping6-hostname-s-streaming.json │ │ │ ├── ping6-hostname-s.json │ │ │ ├── ping6-hostname-s.out │ │ │ ├── ping6-hostname-streaming.json │ │ │ ├── ping6-hostname.json │ │ │ ├── ping6-hostname.out │ │ │ ├── ping6-ip-p-streaming.json │ │ │ ├── ping6-ip-p.json │ │ │ ├── ping6-ip-p.out │ │ │ ├── ping6-ip-s-streaming.json │ │ │ ├── ping6-ip-s.json │ │ │ ├── ping6-ip-s.out │ │ │ ├── ping6-ip-streaming.json │ │ │ ├── ping6-ip.json │ │ │ ├── ping6-ip.out │ │ │ ├── stat-streaming.json │ │ │ ├── stat.json │ │ │ ├── stat.out │ │ │ ├── sysctl-a.json │ │ │ ├── sysctl-a.out │ │ │ ├── traceroute-streaming.json │ │ │ ├── traceroute.json │ │ │ ├── traceroute.out │ │ │ ├── traceroute6-streaming.json │ │ │ ├── traceroute6.json │ │ │ ├── traceroute6.out │ │ │ ├── uname-a.json │ │ │ ├── uname-a.out │ │ │ ├── uname-a2.json │ │ │ └── uname-a2.out │ │ ├── generic/ │ │ │ ├── acpi-V-never-fully-discharge.json │ │ │ ├── acpi-V-never-fully-discharge.out │ │ │ ├── acpi-V.json │ │ │ ├── acpi-V.out │ │ │ ├── acpi-V2.json │ │ │ ├── acpi-V2.out │ │ │ ├── acpi-V3.json │ │ │ ├── acpi-V3.out │ │ │ ├── acpi-V4.json │ │ │ ├── acpi-V4.out │ │ │ ├── acpi-not-charging.json │ │ │ ├── acpi-not-charging.out │ │ │ ├── apt_cache_show--standard.json │ │ │ ├── apt_cache_show--standard.out │ │ │ ├── apt_get_sqq--sample.json │ │ │ ├── apt_get_sqq--sample.out │ │ │ ├── bluetoothctl_controller.out │ │ │ ├── bluetoothctl_controller_2.out │ │ │ ├── bluetoothctl_controller_with_manufacturer.out │ │ │ ├── bluetoothctl_device.out │ │ │ ├── bluetoothctl_device_random.out │ │ │ ├── bluetoothctl_device_with_battery.out │ │ │ ├── cbt-multiple-columns.json │ │ │ ├── cbt-multiple-columns.out │ │ │ ├── cbt-multiple-rows-raw.json │ │ │ ├── cbt-multiple-rows.json │ │ │ ├── cbt-multiple-rows.out │ │ │ ├── cbt-single.json │ │ │ ├── cbt-single.out │ │ │ ├── cef-streaming.json │ │ │ ├── cef.json │ │ │ ├── cef.out │ │ │ ├── certbot-account.json │ │ │ ├── certbot-account.out │ │ │ ├── certbot-certs.json │ │ │ ├── certbot-certs.out │ │ │ ├── common-log-format-streaming.json │ │ │ ├── common-log-format.json │ │ │ ├── common-log-format.log │ │ │ ├── crontab-no-normal-entries.json │ │ │ ├── crontab-no-normal-entries.out │ │ │ ├── crontab-u-no-normal-entries.json │ │ │ ├── crontab-u-no-normal-entries.out │ │ │ ├── crontab-u-var-fix.json │ │ │ ├── crontab-u-var-fix.out │ │ │ ├── crontab-var-fix.json │ │ │ ├── crontab-var-fix.out │ │ │ ├── csv-10k-sales-records-streaming.json │ │ │ ├── csv-10k-sales-records.csv │ │ │ ├── csv-biostats-streaming.json │ │ │ ├── csv-biostats.csv │ │ │ ├── csv-biostats.json │ │ │ ├── csv-cities-streaming.json │ │ │ ├── csv-cities.csv │ │ │ ├── csv-cities.json │ │ │ ├── csv-deniro-streaming.json │ │ │ ├── csv-deniro.csv │ │ │ ├── csv-deniro.json │ │ │ ├── csv-doublequoted-streaming.json │ │ │ ├── csv-doublequoted.csv │ │ │ ├── csv-doublequoted.json │ │ │ ├── csv-example-streaming.json │ │ │ ├── csv-example.csv │ │ │ ├── csv-example.json │ │ │ ├── csv-flyrna-streaming.json │ │ │ ├── csv-flyrna.json │ │ │ ├── csv-flyrna.tsv │ │ │ ├── csv-flyrna2-streaming.json │ │ │ ├── csv-flyrna2.json │ │ │ ├── csv-flyrna2.tsv │ │ │ ├── csv-homes-pipe-streaming.json │ │ │ ├── csv-homes-pipe.csv │ │ │ ├── csv-homes-pipe.json │ │ │ ├── csv-homes-streaming.json │ │ │ ├── csv-homes.csv │ │ │ ├── csv-homes.json │ │ │ ├── csv-insurance.csv │ │ │ ├── csv-insurance.json │ │ │ ├── csv-utf-8-bom-streaming.json │ │ │ ├── csv-utf-8-bom.csv │ │ │ ├── csv-utf-8-bom.json │ │ │ ├── curl_head--ILvs-cnn-com.json │ │ │ ├── curl_head--ILvs-cnn-com.out │ │ │ ├── curl_head--ILvs-example-com.json │ │ │ ├── curl_head--ILvs-example-com.out │ │ │ ├── curl_head--ILvs-facebook-com.json │ │ │ ├── curl_head--ILvs-facebook-com.out │ │ │ ├── curl_head--ILvs-google-com.json │ │ │ ├── curl_head--ILvs-google-com.out │ │ │ ├── curl_head--ILvs-microsoft-com.json │ │ │ ├── curl_head--ILvs-microsoft-com.out │ │ │ ├── curl_head--ILvs-yahoo-com.json │ │ │ ├── curl_head--ILvs-yahoo-com.out │ │ │ ├── date-after-midnight.json │ │ │ ├── date-after-midnight.out │ │ │ ├── date-before-midnight.json │ │ │ ├── date-before-midnight.out │ │ │ ├── date.json │ │ │ ├── date.out │ │ │ ├── debconf-show.json │ │ │ ├── debconf-show.out │ │ │ ├── df-long-filesystem.json │ │ │ ├── df-long-filesystem.out │ │ │ ├── dig-additional.json │ │ │ ├── dig-additional.out │ │ │ ├── dig-additional2.json │ │ │ ├── dig-additional2.out │ │ │ ├── dig-additional3.json │ │ │ ├── dig-additional3.out │ │ │ ├── dig-answer-spaces.json │ │ │ ├── dig-answer-spaces.out │ │ │ ├── dig-edns.json │ │ │ ├── dig-edns.out │ │ │ ├── dig-edns2.json │ │ │ ├── dig-edns2.out │ │ │ ├── dig-edns3.json │ │ │ ├── dig-edns3.out │ │ │ ├── dig-nsid.json │ │ │ ├── dig-nsid.out │ │ │ ├── env-multiline-raw.json │ │ │ ├── env-multiline.json │ │ │ ├── env-multiline.out │ │ │ ├── ethtool--default1.json │ │ │ ├── ethtool--default1.out │ │ │ ├── ethtool--default2.json │ │ │ ├── ethtool--default2.out │ │ │ ├── ethtool--link-partner-advertised-link-modes.json │ │ │ ├── ethtool--link-partner-advertised-link-modes.out │ │ │ ├── ethtool--module-info-convert-units.json │ │ │ ├── ethtool--module-info-convert-units.out │ │ │ ├── ethtool--module-info.json │ │ │ ├── ethtool--module-info.out │ │ │ ├── git-log-blank-author-fix-streaming.json │ │ │ ├── git-log-blank-author-fix.json │ │ │ ├── git-log-blank-author-fix.out │ │ │ ├── git-log-full-shortstat-streaming.json │ │ │ ├── git-log-full-shortstat.json │ │ │ ├── git-log-full-shortstat.out │ │ │ ├── git-log-full-stat-streaming.json │ │ │ ├── git-log-full-stat.json │ │ │ ├── git-log-full-stat.out │ │ │ ├── git-log-full-streaming.json │ │ │ ├── git-log-full.json │ │ │ ├── git-log-full.out │ │ │ ├── git-log-fuller-shortstat-streaming.json │ │ │ ├── git-log-fuller-shortstat.json │ │ │ ├── git-log-fuller-shortstat.out │ │ │ ├── git-log-fuller-stat-streaming.json │ │ │ ├── git-log-fuller-stat.json │ │ │ ├── git-log-fuller-stat.out │ │ │ ├── git-log-fuller-streaming.json │ │ │ ├── git-log-fuller.json │ │ │ ├── git-log-fuller.out │ │ │ ├── git-log-hash-in-message-fix-streaming.json │ │ │ ├── git-log-hash-in-message-fix.json │ │ │ ├── git-log-hash-in-message-fix.out │ │ │ ├── git-log-is-hash-regex-fix-streaming.json │ │ │ ├── git-log-is-hash-regex-fix.json │ │ │ ├── git-log-is-hash-regex-fix.out │ │ │ ├── git-log-medium-shortstat-streaming.json │ │ │ ├── git-log-medium-shortstat.json │ │ │ ├── git-log-medium-shortstat.out │ │ │ ├── git-log-medium-stat-streaming.json │ │ │ ├── git-log-medium-stat.json │ │ │ ├── git-log-medium-stat.out │ │ │ ├── git-log-medium-streaming.json │ │ │ ├── git-log-medium.json │ │ │ ├── git-log-medium.out │ │ │ ├── git-log-oneline-shortstat-streaming.json │ │ │ ├── git-log-oneline-shortstat.json │ │ │ ├── git-log-oneline-shortstat.out │ │ │ ├── git-log-oneline-stat-streaming.json │ │ │ ├── git-log-oneline-stat.json │ │ │ ├── git-log-oneline-stat.out │ │ │ ├── git-log-oneline-streaming.json │ │ │ ├── git-log-oneline.json │ │ │ ├── git-log-oneline.out │ │ │ ├── git-log-short-shortstat-streaming.json │ │ │ ├── git-log-short-shortstat.json │ │ │ ├── git-log-short-shortstat.out │ │ │ ├── git-log-short-stat-streaming.json │ │ │ ├── git-log-short-stat.json │ │ │ ├── git-log-short-stat.out │ │ │ ├── git-log-short-streaming.json │ │ │ ├── git-log-short.json │ │ │ ├── git-log-short.out │ │ │ ├── git-log-streaming-ignore-exceptions.json │ │ │ ├── git-log-streaming.json │ │ │ ├── git-log.json │ │ │ ├── git-log.out │ │ │ ├── git-ls-remote-raw.json │ │ │ ├── git-ls-remote.json │ │ │ ├── git-ls-remote.out │ │ │ ├── gpg.json │ │ │ ├── gpg.out │ │ │ ├── host-google.json │ │ │ ├── host-google.out │ │ │ ├── host-sunet.json │ │ │ ├── host-sunet.out │ │ │ ├── http_headers--example-com.json │ │ │ ├── http_headers--example-com.out │ │ │ ├── http_headers--google-com.json │ │ │ ├── http_headers--google-com.out │ │ │ ├── ini-double-quote.ini │ │ │ ├── ini-double-quote.json │ │ │ ├── ini-dup-double-quote.json │ │ │ ├── ini-dup-iptelserver.json │ │ │ ├── ini-dup-mariadb.json │ │ │ ├── ini-dup-single-quote.json │ │ │ ├── ini-dup-test.json │ │ │ ├── ini-iptelserver.ini │ │ │ ├── ini-iptelserver.json │ │ │ ├── ini-mariadb.ini │ │ │ ├── ini-mariadb.json │ │ │ ├── ini-single-quote.ini │ │ │ ├── ini-single-quote.json │ │ │ ├── ini-test.ini │ │ │ ├── ini-test.json │ │ │ ├── iptables-no-jump.json │ │ │ ├── iptables-no-jump.out │ │ │ ├── iwconfig-many.json │ │ │ ├── iwconfig-many.out │ │ │ ├── iwconfig-raw.json │ │ │ ├── iwconfig-space-dash-ssid.json │ │ │ ├── iwconfig-space-dash-ssid.out │ │ │ ├── iwconfig.json │ │ │ ├── iwconfig.out │ │ │ ├── keyvalue-ifcfg.json │ │ │ ├── keyvalue-ifcfg.txt │ │ │ ├── keyvalue.json │ │ │ ├── keyvalue.txt │ │ │ ├── lsb_release-a.json │ │ │ ├── lsb_release-a.out │ │ │ ├── lsusb-binary-object-store.json │ │ │ ├── lsusb-binary-object-store.out │ │ │ ├── lsusb-cdc-mbim.json │ │ │ ├── lsusb-cdc-mbim.out │ │ │ ├── lsusb-device-qualifier.json │ │ │ ├── lsusb-device-qualifier.out │ │ │ ├── lsusb-extra-hub-port-status-info.json │ │ │ ├── lsusb-extra-hub-port-status-info.out │ │ │ ├── lsusb-t.out │ │ │ ├── lsusb-test-attributes.json │ │ │ ├── lsusb-test-attributes.out │ │ │ ├── lsusb-test-attributes2.json │ │ │ ├── lsusb-test-attributes2.out │ │ │ ├── m3u-dirty.json │ │ │ ├── m3u-dirty.m3u │ │ │ ├── m3u-example.json │ │ │ ├── m3u-example.m3u │ │ │ ├── mdadm-examine-container1.json │ │ │ ├── mdadm-examine-container1.out │ │ │ ├── mdadm-examine-container2-dev1.json │ │ │ ├── mdadm-examine-container2-dev1.out │ │ │ ├── mdadm-examine-container2-dev2.json │ │ │ ├── mdadm-examine-container2-dev2.out │ │ │ ├── mdadm-examine-raid0-offline.json │ │ │ ├── mdadm-examine-raid0-offline.out │ │ │ ├── mdadm-examine-raid0-ok.json │ │ │ ├── mdadm-examine-raid0-ok.out │ │ │ ├── mdadm-examine-raid1-0-90-ok.json │ │ │ ├── mdadm-examine-raid1-0-90-ok.out │ │ │ ├── mdadm-examine-raid1-checking.json │ │ │ ├── mdadm-examine-raid1-checking.out │ │ │ ├── mdadm-examine-raid1-failfast.json │ │ │ ├── mdadm-examine-raid1-failfast.out │ │ │ ├── mdadm-examine-raid1-faulty1.json │ │ │ ├── mdadm-examine-raid1-faulty1.out │ │ │ ├── mdadm-examine-raid1-faulty2.json │ │ │ ├── mdadm-examine-raid1-faulty2.out │ │ │ ├── mdadm-examine-raid1-moreflags.json │ │ │ ├── mdadm-examine-raid1-moreflags.out │ │ │ ├── mdadm-examine-raid1-ok.json │ │ │ ├── mdadm-examine-raid1-ok.out │ │ │ ├── mdadm-examine-raid1-replacing.json │ │ │ ├── mdadm-examine-raid1-replacing.out │ │ │ ├── mdadm-examine-raid1-resync.json │ │ │ ├── mdadm-examine-raid1-resync.out │ │ │ ├── mdadm-examine-raid1-spare.json │ │ │ ├── mdadm-examine-raid1-spare.out │ │ │ ├── mdadm-examine-raid1-syncing.json │ │ │ ├── mdadm-examine-raid1-syncing.out │ │ │ ├── mdadm-examine-raid5-homehost.json │ │ │ ├── mdadm-examine-raid5-homehost.out │ │ │ ├── mdadm-examine-raid5-meta09.json │ │ │ ├── mdadm-examine-raid5-meta09.out │ │ │ ├── mdadm-examine-raid5-ok.json │ │ │ ├── mdadm-examine-raid5-ok.out │ │ │ ├── mdadm-examine.json │ │ │ ├── mdadm-examine.out │ │ │ ├── mdadm-query-container1-member.json │ │ │ ├── mdadm-query-container1-member.out │ │ │ ├── mdadm-query-container1-root.json │ │ │ ├── mdadm-query-container1-root.out │ │ │ ├── mdadm-query-container2-member.json │ │ │ ├── mdadm-query-container2-member.out │ │ │ ├── mdadm-query-container2-root.json │ │ │ ├── mdadm-query-container2-root.out │ │ │ ├── mdadm-query-detail.json │ │ │ ├── mdadm-query-detail.out │ │ │ ├── mdadm-query-raid0-ok.json │ │ │ ├── mdadm-query-raid0-ok.out │ │ │ ├── mdadm-query-raid1-failed-and-flags.json │ │ │ ├── mdadm-query-raid1-failed-and-flags.out │ │ │ ├── mdadm-query-raid1-faulty-and-removed.json │ │ │ ├── mdadm-query-raid1-faulty-and-removed.out │ │ │ ├── mdadm-query-raid1-faulty-with-spare.json │ │ │ ├── mdadm-query-raid1-faulty-with-spare.out │ │ │ ├── mdadm-query-raid1-faulty.json │ │ │ ├── mdadm-query-raid1-faulty.out │ │ │ ├── mdadm-query-raid1-ok-0-9.json │ │ │ ├── mdadm-query-raid1-ok-0-9.out │ │ │ ├── mdadm-query-raid1-ok-failfast.json │ │ │ ├── mdadm-query-raid1-ok-failfast.out │ │ │ ├── mdadm-query-raid1-ok-spare.json │ │ │ ├── mdadm-query-raid1-ok-spare.out │ │ │ ├── mdadm-query-raid1-ok.json │ │ │ ├── mdadm-query-raid1-ok.out │ │ │ ├── mdadm-query-raid1-rebuild-failfast.json │ │ │ ├── mdadm-query-raid1-rebuild-failfast.out │ │ │ ├── mdadm-query-raid1-spare-writem-rebuild.json │ │ │ ├── mdadm-query-raid1-spare-writem-rebuild.out │ │ │ ├── mdadm-query-raid1-syncing.json │ │ │ ├── mdadm-query-raid1-syncing.out │ │ │ ├── mdadm-query-raid5-homehost.json │ │ │ ├── mdadm-query-raid5-homehost.out │ │ │ ├── mdadm-query-raid5-meta09.json │ │ │ ├── mdadm-query-raid5-meta09.out │ │ │ ├── mdadm-query-raid5-ok.json │ │ │ ├── mdadm-query-raid5-ok.out │ │ │ ├── mount-parens-in-filesystem.json │ │ │ ├── mount-parens-in-filesystem.out │ │ │ ├── mount-spaces-in-filename.json │ │ │ ├── mount-spaces-in-filename.out │ │ │ ├── mount-spaces-in-mountpoint.json │ │ │ ├── mount-spaces-in-mountpoint.out │ │ │ ├── needrestart--extralines.json │ │ │ ├── needrestart--extralines.out │ │ │ ├── needrestart--pid.json │ │ │ ├── needrestart--pid.out │ │ │ ├── needrestart--standard.json │ │ │ ├── needrestart--standard.out │ │ │ ├── netstat-no-state.json │ │ │ ├── netstat-no-state.out │ │ │ ├── netstat-old.json │ │ │ ├── netstat-old.out │ │ │ ├── nmcli-team-and-team-port-config.json │ │ │ ├── nmcli-team-and-team-port-config.out │ │ │ ├── nmcli-team-config-blank.json │ │ │ ├── nmcli-team-config-blank.out │ │ │ ├── nmcli-team-config.json │ │ │ ├── nmcli-team-config.out │ │ │ ├── nmcli-team-port-config-blank.json │ │ │ ├── nmcli-team-port-config-blank.out │ │ │ ├── nmcli-team-port-config.json │ │ │ ├── nmcli-team-port-config.out │ │ │ ├── nsd_control-cookie_secrets.json │ │ │ ├── nsd_control-cookie_secrets.out │ │ │ ├── nsd_control-stats.json │ │ │ ├── nsd_control-stats.out │ │ │ ├── nsd_control-status.json │ │ │ ├── nsd_control-status.out │ │ │ ├── nsd_control-tsig.json │ │ │ ├── nsd_control-tsig.out │ │ │ ├── nsd_control-zonestatus.json │ │ │ ├── nsd_control-zonestatus.out │ │ │ ├── nsd_control.json │ │ │ ├── nsd_control.out │ │ │ ├── openvpn-status.json │ │ │ ├── openvpn-status.log │ │ │ ├── os-release-centos │ │ │ ├── os-release-centos.json │ │ │ ├── os-release-ubuntu │ │ │ ├── os-release-ubuntu.json │ │ │ ├── pacman--packages.json │ │ │ ├── pacman--packages.out │ │ │ ├── pacman--qii-zstd.json │ │ │ ├── pacman--qii-zstd.out │ │ │ ├── pacman--si-graphicsmagick.json │ │ │ ├── pacman--si-graphicsmagick.out │ │ │ ├── path--long.json │ │ │ ├── path--long.out │ │ │ ├── path--one.json │ │ │ ├── path--one.out │ │ │ ├── path--windows.json │ │ │ ├── path--windows.out │ │ │ ├── path--with-spaces.json │ │ │ ├── path--with-spaces.out │ │ │ ├── path_list--long.json │ │ │ ├── path_list--long.out │ │ │ ├── path_list--one.json │ │ │ ├── path_list--one.out │ │ │ ├── path_list--two.json │ │ │ ├── path_list--two.out │ │ │ ├── path_list--windows-environment.json │ │ │ ├── path_list--windows-environment.out │ │ │ ├── path_list--windows-long.json │ │ │ ├── path_list--windows-long.out │ │ │ ├── path_list--windows.json │ │ │ ├── path_list--windows.out │ │ │ ├── path_list--with-spaces.json │ │ │ ├── path_list--with-spaces.out │ │ │ ├── pci.ids │ │ │ ├── pci.ids.json │ │ │ ├── pgpass.json │ │ │ ├── pgpass.txt │ │ │ ├── pidstat-ht-streaming.json │ │ │ ├── pidstat-ht.json │ │ │ ├── pidstat-ht.out │ │ │ ├── pip-show-multiline-license-first-blank.json │ │ │ ├── pip-show-multiline-license-first-blank.out │ │ │ ├── pip-show-multiline-license.json │ │ │ ├── pip-show-multiline-license.out │ │ │ ├── pkg-index-apk-raw.json │ │ │ ├── pkg-index-apk.json │ │ │ ├── pkg-index-apk.out │ │ │ ├── pkg-index-deb.json │ │ │ ├── pkg-index-deb.out │ │ │ ├── plist-alltypes-bin.json │ │ │ ├── plist-alltypes-bin.plist │ │ │ ├── plist-alltypes.json │ │ │ ├── plist-alltypes.plist │ │ │ ├── plist-garageband-info.json │ │ │ ├── plist-garageband-info.plist │ │ │ ├── plist-nextstep.json │ │ │ ├── plist-nextstep.plist │ │ │ ├── plist-nextstep2.json │ │ │ ├── plist-nextstep2.plist │ │ │ ├── plist-safari-info.json │ │ │ ├── plist-safari-info.plist │ │ │ ├── postconf-M.json │ │ │ ├── postconf-M.out │ │ │ ├── resolve.conf-1 │ │ │ ├── resolve.conf-1.json │ │ │ ├── resolve.conf-2 │ │ │ ├── resolve.conf-2.json │ │ │ ├── resolve.conf-3 │ │ │ ├── resolve.conf-3.json │ │ │ ├── resolve.conf-4 │ │ │ ├── resolve.conf-4.json │ │ │ ├── rsync-i-streaming.json │ │ │ ├── rsync-i.json │ │ │ ├── rsync-i.out │ │ │ ├── srt-attack_of_the_clones.json │ │ │ ├── srt-attack_of_the_clones.srt │ │ │ ├── srt-attack_of_the_clones_raw.json │ │ │ ├── srt-complex.json │ │ │ ├── srt-complex.srt │ │ │ ├── ss-wide.json │ │ │ ├── ss-wide.out │ │ │ ├── ssh_config1 │ │ │ ├── ssh_config1.json │ │ │ ├── ssh_config2 │ │ │ ├── ssh_config2.json │ │ │ ├── ssh_config3 │ │ │ ├── ssh_config3.json │ │ │ ├── ssh_config4 │ │ │ ├── ssh_config4.json │ │ │ ├── ssh_config5 │ │ │ ├── ssh_config5.json │ │ │ ├── sshd-T-2.json │ │ │ ├── sshd-T-2.out │ │ │ ├── sshd-T.json │ │ │ ├── sshd-T.out │ │ │ ├── sshd_config │ │ │ ├── sshd_config.json │ │ │ ├── swapon-all-v1.json │ │ │ ├── swapon-all-v1.out │ │ │ ├── swapon-all-v2.json │ │ │ ├── swapon-all-v2.out │ │ │ ├── syslog-3164-streaming.json │ │ │ ├── syslog-3164.json │ │ │ ├── syslog-3164.out │ │ │ ├── syslog-5424-streaming.json │ │ │ ├── syslog-5424.json │ │ │ ├── syslog-5424.out │ │ │ ├── timedatectl-rtc-local.json │ │ │ ├── timedatectl-rtc-local.out │ │ │ ├── timedatectl-timesync-status.json │ │ │ ├── timedatectl-timesync-status.out │ │ │ ├── toml-example.json │ │ │ ├── toml-example.toml │ │ │ ├── toml-example2.json │ │ │ ├── toml-example2.toml │ │ │ ├── traceroute-long-ipv6-streaming.json │ │ │ ├── traceroute-long-ipv6.json │ │ │ ├── traceroute-long-ipv6.out │ │ │ ├── traceroute-n-ipv4-streaming.json │ │ │ ├── traceroute-n-ipv4.json │ │ │ ├── traceroute-n-ipv4.out │ │ │ ├── traceroute-n-ipv6-streaming.json │ │ │ ├── traceroute-n-ipv6.json │ │ │ ├── traceroute-n-ipv6.out │ │ │ ├── traceroute-n-q1-ipv4-streaming.json │ │ │ ├── traceroute-n-q1-ipv4.json │ │ │ ├── traceroute-n-q1-ipv4.out │ │ │ ├── traceroute1-streaming.json │ │ │ ├── traceroute1.json │ │ │ ├── traceroute1.out │ │ │ ├── traceroute2-streaming.json │ │ │ ├── traceroute2.json │ │ │ ├── traceroute2.out │ │ │ ├── traceroute3-streaming.json │ │ │ ├── traceroute3.json │ │ │ ├── traceroute3.out │ │ │ ├── traceroute4-streaming.json │ │ │ ├── traceroute4.json │ │ │ ├── traceroute4.out │ │ │ ├── traceroute5-streaming.json │ │ │ ├── traceroute5.json │ │ │ ├── traceroute5.out │ │ │ ├── traceroute6-streaming.json │ │ │ ├── traceroute6.json │ │ │ ├── traceroute6.out │ │ │ ├── traceroute7-streaming.json │ │ │ ├── traceroute7.json │ │ │ ├── traceroute7.out │ │ │ ├── traceroute8-streaming.json │ │ │ ├── traceroute8.json │ │ │ ├── traceroute8.out │ │ │ ├── tune2fs-l.json │ │ │ ├── tune2fs-l.out │ │ │ ├── udevadm.json │ │ │ ├── udevadm.out │ │ │ ├── ufw-appinfo-msn.json │ │ │ ├── ufw-appinfo-msn.out │ │ │ ├── ufw-appinfo-multiline-description.json │ │ │ ├── ufw-appinfo-multiline-description.out │ │ │ ├── ufw-appinfo-test.json │ │ │ ├── ufw-appinfo-test.out │ │ │ ├── ufw-appinfo-test2.json │ │ │ ├── ufw-appinfo-test2.out │ │ │ ├── ufw-appinfo-test3.json │ │ │ ├── ufw-appinfo-test3.out │ │ │ ├── ufw-inactive.json │ │ │ ├── ufw-inactive.out │ │ │ ├── ufw-numbered.json │ │ │ ├── ufw-numbered.out │ │ │ ├── ufw-numbered2.json │ │ │ ├── ufw-numbered2.out │ │ │ ├── ufw.json │ │ │ ├── ufw.out │ │ │ ├── uname-a-different-proc.json │ │ │ ├── uname-a-different-proc.out │ │ │ ├── uname-a.json │ │ │ ├── uname-a.out │ │ │ ├── update-alternatives-get-selections.json │ │ │ ├── update-alternatives-get-selections.out │ │ │ ├── update-alternatives-query.json │ │ │ ├── update-alternatives-query.out │ │ │ ├── update-alternatives-query2.json │ │ │ ├── update-alternatives-query2.out │ │ │ ├── upower-i-c-locale.json │ │ │ ├── upower-i-c-locale.out │ │ │ ├── upower-i-non-utc.json │ │ │ ├── upower-i-non-utc.out │ │ │ ├── upower-i-utc.json │ │ │ ├── upower-i-utc.out │ │ │ ├── veracrypt_verbose_list_volumes.out │ │ │ ├── veracrypt_verbose_list_volumes_unknown_fields.out │ │ │ ├── vmstat-extra-wide-streaming.json │ │ │ ├── vmstat-extra-wide.json │ │ │ ├── vmstat-extra-wide.out │ │ │ ├── who-login-screen.json │ │ │ ├── who-login-screen.out │ │ │ ├── x509-ca-cert.der │ │ │ ├── x509-ca-cert.json │ │ │ ├── x509-cert-and-key.json │ │ │ ├── x509-cert-and-key.pem │ │ │ ├── x509-cert-bad-email.json │ │ │ ├── x509-cert-bad-email.pem │ │ │ ├── x509-cert-bad-email2.der │ │ │ ├── x509-cert-bad-email2.json │ │ │ ├── x509-cert-superfluous-bits.json │ │ │ ├── x509-cert-superfluous-bits.pem │ │ │ ├── x509-crl-der.json │ │ │ ├── x509-crl.der │ │ │ ├── x509-crl.json │ │ │ ├── x509-crl.pem │ │ │ ├── x509-csr-der.json │ │ │ ├── x509-csr-windows.json │ │ │ ├── x509-csr-windows.pem │ │ │ ├── x509-csr.der │ │ │ ├── x509-csr.json │ │ │ ├── x509-csr.pem │ │ │ ├── x509-letsencrypt.json │ │ │ ├── x509-letsencrypt.pem │ │ │ ├── x509-multi-cert.json │ │ │ ├── x509-multi-cert.pem │ │ │ ├── x509-negative-serial.json │ │ │ ├── x509-negative-serial.pem │ │ │ ├── x509-string-serialnumber.der │ │ │ ├── x509-string-serialnumber.json │ │ │ ├── xml-cd_catalog.json │ │ │ ├── xml-cd_catalog.xml │ │ │ ├── xml-foodmenu.json │ │ │ ├── xml-foodmenu.xml │ │ │ ├── xml-nmap-nocomment.json │ │ │ ├── xml-nmap-raw-nocomment.json │ │ │ ├── xml-nmap-raw.json │ │ │ ├── xml-nmap.json │ │ │ ├── xml-nmap.xml │ │ │ ├── xrandr.json │ │ │ ├── xrandr.out │ │ │ ├── xrandr_2.json │ │ │ ├── xrandr_2.out │ │ │ ├── xrandr_3.json │ │ │ ├── xrandr_3.out │ │ │ ├── xrandr_device.out │ │ │ ├── xrandr_extra_hv_lines.json │ │ │ ├── xrandr_extra_hv_lines.out │ │ │ ├── xrandr_issue_525.out │ │ │ ├── xrandr_properties.out │ │ │ ├── xrandr_properties_1.json │ │ │ ├── xrandr_properties_1.out │ │ │ ├── xrandr_simple.json │ │ │ ├── xrandr_simple.out │ │ │ ├── yaml-istio-sc.json │ │ │ ├── yaml-istio-sc.yaml │ │ │ ├── yaml-istio-sidecar.json │ │ │ ├── yaml-istio-sidecar.yaml │ │ │ ├── zpool-iostat-v.json │ │ │ ├── zpool-iostat-v.out │ │ │ ├── zpool-iostat.json │ │ │ ├── zpool-iostat.out │ │ │ ├── zpool-status-spares.json │ │ │ ├── zpool-status-spares.out │ │ │ ├── zpool-status-v.json │ │ │ ├── zpool-status-v.out │ │ │ ├── zpool-status-v2.json │ │ │ ├── zpool-status-v2.out │ │ │ ├── zpool-status-v3.json │ │ │ ├── zpool-status-v3.out │ │ │ ├── zpool-status-v4.json │ │ │ └── zpool-status-v4.out │ │ ├── linux-proc/ │ │ │ ├── buddyinfo │ │ │ ├── buddyinfo.json │ │ │ ├── consoles │ │ │ ├── consoles.json │ │ │ ├── consoles2 │ │ │ ├── consoles2.json │ │ │ ├── cpuinfo │ │ │ ├── cpuinfo.json │ │ │ ├── cpuinfo2 │ │ │ ├── cpuinfo2.json │ │ │ ├── crypto │ │ │ ├── crypto.json │ │ │ ├── devices │ │ │ ├── devices.json │ │ │ ├── diskstats │ │ │ ├── diskstats.json │ │ │ ├── driver_rtc │ │ │ ├── driver_rtc.json │ │ │ ├── filesystems │ │ │ ├── filesystems.json │ │ │ ├── interrupts │ │ │ ├── interrupts.json │ │ │ ├── iomem │ │ │ ├── iomem.json │ │ │ ├── ioports │ │ │ ├── ioports.json │ │ │ ├── loadavg │ │ │ ├── loadavg.json │ │ │ ├── locks │ │ │ ├── locks.json │ │ │ ├── meminfo │ │ │ ├── meminfo.json │ │ │ ├── modules │ │ │ ├── modules.json │ │ │ ├── mtrr │ │ │ ├── mtrr.json │ │ │ ├── net_arp │ │ │ ├── net_arp.json │ │ │ ├── net_dev │ │ │ ├── net_dev.json │ │ │ ├── net_dev_mcast │ │ │ ├── net_dev_mcast.json │ │ │ ├── net_if_inet6 │ │ │ ├── net_if_inet6.json │ │ │ ├── net_igmp │ │ │ ├── net_igmp.json │ │ │ ├── net_igmp6 │ │ │ ├── net_igmp6.json │ │ │ ├── net_igmp_more │ │ │ ├── net_igmp_more.json │ │ │ ├── net_ipv6_route │ │ │ ├── net_ipv6_route.json │ │ │ ├── net_netlink │ │ │ ├── net_netlink.json │ │ │ ├── net_netstat │ │ │ ├── net_netstat.json │ │ │ ├── net_packet │ │ │ ├── net_packet.json │ │ │ ├── net_protocols │ │ │ ├── net_protocols.json │ │ │ ├── net_route │ │ │ ├── net_route.json │ │ │ ├── net_tcp │ │ │ ├── net_tcp.json │ │ │ ├── net_tcp6 │ │ │ ├── net_tcp6.json │ │ │ ├── net_unix │ │ │ ├── net_unix.json │ │ │ ├── pagetypeinfo │ │ │ ├── pagetypeinfo.json │ │ │ ├── partitions │ │ │ ├── partitions.json │ │ │ ├── pid_fdinfo │ │ │ ├── pid_fdinfo.json │ │ │ ├── pid_fdinfo_dma │ │ │ ├── pid_fdinfo_dma.json │ │ │ ├── pid_fdinfo_epoll │ │ │ ├── pid_fdinfo_epoll.json │ │ │ ├── pid_fdinfo_fanotify │ │ │ ├── pid_fdinfo_fanotify.json │ │ │ ├── pid_fdinfo_inotify │ │ │ ├── pid_fdinfo_inotify.json │ │ │ ├── pid_fdinfo_timerfd │ │ │ ├── pid_fdinfo_timerfd.json │ │ │ ├── pid_io │ │ │ ├── pid_io.json │ │ │ ├── pid_maps │ │ │ ├── pid_maps.json │ │ │ ├── pid_mountinfo │ │ │ ├── pid_mountinfo.json │ │ │ ├── pid_numa_maps │ │ │ ├── pid_numa_maps.json │ │ │ ├── pid_smaps │ │ │ ├── pid_smaps.json │ │ │ ├── pid_stat │ │ │ ├── pid_stat.json │ │ │ ├── pid_stat_hack │ │ │ ├── pid_stat_hack.json │ │ │ ├── pid_stat_w_space_and_nl_in_comm │ │ │ ├── pid_stat_w_space_and_nl_in_comm.json │ │ │ ├── pid_statm │ │ │ ├── pid_statm.json │ │ │ ├── pid_status │ │ │ ├── pid_status.json │ │ │ ├── scsi_device_info │ │ │ ├── scsi_scsi │ │ │ ├── slabinfo │ │ │ ├── slabinfo.json │ │ │ ├── softirqs │ │ │ ├── softirqs.json │ │ │ ├── stat │ │ │ ├── stat.json │ │ │ ├── stat2 │ │ │ ├── stat2.json │ │ │ ├── swaps │ │ │ ├── swaps.json │ │ │ ├── uptime │ │ │ ├── uptime.json │ │ │ ├── version │ │ │ ├── version.json │ │ │ ├── version2 │ │ │ ├── version2.json │ │ │ ├── version3 │ │ │ ├── version3.json │ │ │ ├── vmallocinfo │ │ │ ├── vmallocinfo.json │ │ │ ├── vmstat │ │ │ ├── vmstat.json │ │ │ ├── zoneinfo │ │ │ ├── zoneinfo.json │ │ │ ├── zoneinfo2 │ │ │ └── zoneinfo2.json │ │ ├── nixos/ │ │ │ ├── route-ee.json │ │ │ ├── route-ee.out │ │ │ ├── w.json │ │ │ └── w.out │ │ ├── opensuse-leap-15.5/ │ │ │ ├── efibootmgr-v.json │ │ │ ├── efibootmgr-v.out │ │ │ ├── efibootmgr.json │ │ │ └── efibootmgr.out │ │ ├── osx-10.11.6/ │ │ │ ├── arp-a.json │ │ │ ├── arp-a.out │ │ │ ├── df-h.json │ │ │ ├── df-h.out │ │ │ ├── df.json │ │ │ ├── df.out │ │ │ ├── dig-aaaa.json │ │ │ ├── dig-aaaa.out │ │ │ ├── dig-x.json │ │ │ ├── dig-x.out │ │ │ ├── dig.json │ │ │ ├── dig.out │ │ │ ├── du.json │ │ │ ├── du.out │ │ │ ├── ifconfig.json │ │ │ ├── ifconfig.out │ │ │ ├── ifconfig2.json │ │ │ ├── ifconfig2.out │ │ │ ├── ls-al.json │ │ │ ├── ls-al.out │ │ │ ├── ls-alh.json │ │ │ ├── ls-alh.out │ │ │ ├── ls.json │ │ │ ├── ls.out │ │ │ ├── pip-list.json │ │ │ ├── pip-list.out │ │ │ ├── pip-show.json │ │ │ ├── pip-show.out │ │ │ ├── ps-axu.json │ │ │ ├── ps-axu.out │ │ │ ├── ps-ef.json │ │ │ ├── ps-ef.out │ │ │ ├── uname-a.json │ │ │ ├── uname-a.out │ │ │ ├── uptime.json │ │ │ ├── uptime.out │ │ │ ├── w.json │ │ │ └── w.out │ │ ├── osx-10.14.6/ │ │ │ ├── airport-I.json │ │ │ ├── airport-I.out │ │ │ ├── airport-s.json │ │ │ ├── airport-s.out │ │ │ ├── arp-a.json │ │ │ ├── arp-a.out │ │ │ ├── arp-a2.json │ │ │ ├── arp-a2.out │ │ │ ├── cksum.json │ │ │ ├── cksum.out │ │ │ ├── df-h.json │ │ │ ├── df-h.out │ │ │ ├── df-hh.json │ │ │ ├── df-hh.out │ │ │ ├── df.json │ │ │ ├── df.out │ │ │ ├── dig-aaaa.json │ │ │ ├── dig-aaaa.out │ │ │ ├── dig-axfr.json │ │ │ ├── dig-axfr.out │ │ │ ├── dig-noall-answer.json │ │ │ ├── dig-noall-answer.out │ │ │ ├── dig-x.json │ │ │ ├── dig-x.out │ │ │ ├── dig.json │ │ │ ├── dig.out │ │ │ ├── du.json │ │ │ ├── du.out │ │ │ ├── file.json │ │ │ ├── file.out │ │ │ ├── file2.json │ │ │ ├── file2.out │ │ │ ├── file3.json │ │ │ ├── file3.out │ │ │ ├── finger.json │ │ │ ├── finger.out │ │ │ ├── group.json │ │ │ ├── group.out │ │ │ ├── id.json │ │ │ ├── id.out │ │ │ ├── ifconfig.json │ │ │ ├── ifconfig.out │ │ │ ├── ifconfig2.json │ │ │ ├── ifconfig2.out │ │ │ ├── last.json │ │ │ ├── last.out │ │ │ ├── ls-R-newlines.json │ │ │ ├── ls-R-newlines.out │ │ │ ├── ls-R.json │ │ │ ├── ls-R.out │ │ │ ├── ls-al-streaming.json │ │ │ ├── ls-al.json │ │ │ ├── ls-al.out │ │ │ ├── ls-alR-streaming.json │ │ │ ├── ls-alR.json │ │ │ ├── ls-alR.out │ │ │ ├── ls-alh-streaming.json │ │ │ ├── ls-alh.json │ │ │ ├── ls-alh.out │ │ │ ├── ls-glob.json │ │ │ ├── ls-glob.out │ │ │ ├── ls-l-newlines.json │ │ │ ├── ls-l-newlines.out │ │ │ ├── ls-lR-empty-folder-streaming.json │ │ │ ├── ls-lR-empty-folder.json │ │ │ ├── ls-lR-empty-folder.out │ │ │ ├── ls-lR-newlines.json │ │ │ ├── ls-lR-newlines.out │ │ │ ├── ls-newlines.json │ │ │ ├── ls-newlines.out │ │ │ ├── ls.json │ │ │ ├── ls.out │ │ │ ├── md5.json │ │ │ ├── md5.out │ │ │ ├── mount.json │ │ │ ├── mount.out │ │ │ ├── mount2.json │ │ │ ├── mount2.out │ │ │ ├── netstat-Abn.json │ │ │ ├── netstat-Abn.out │ │ │ ├── netstat-An.json │ │ │ ├── netstat-An.out │ │ │ ├── netstat-i.json │ │ │ ├── netstat-i.out │ │ │ ├── netstat-r.json │ │ │ ├── netstat-r.out │ │ │ ├── netstat-rnl.json │ │ │ ├── netstat-rnl.out │ │ │ ├── netstat.json │ │ │ ├── netstat.out │ │ │ ├── passwd.json │ │ │ ├── passwd.out │ │ │ ├── ping-hostname-p-streaming.json │ │ │ ├── ping-hostname-p.json │ │ │ ├── ping-hostname-p.out │ │ │ ├── ping-hostname-s-streaming.json │ │ │ ├── ping-hostname-s.json │ │ │ ├── ping-hostname-s.out │ │ │ ├── ping-hostname-streaming.json │ │ │ ├── ping-hostname.json │ │ │ ├── ping-hostname.out │ │ │ ├── ping-ip-dup-streaming.json │ │ │ ├── ping-ip-dup.json │ │ │ ├── ping-ip-dup.out │ │ │ ├── ping-ip-p-streaming.json │ │ │ ├── ping-ip-p.json │ │ │ ├── ping-ip-p.out │ │ │ ├── ping-ip-s-streaming.json │ │ │ ├── ping-ip-s.json │ │ │ ├── ping-ip-s.out │ │ │ ├── ping-ip-streaming.json │ │ │ ├── ping-ip-unknown-errors.json │ │ │ ├── ping-ip-unknown-errors.out │ │ │ ├── ping-ip-unreachable-streaming.json │ │ │ ├── ping-ip-unreachable.json │ │ │ ├── ping-ip-unreachable.out │ │ │ ├── ping-ip.json │ │ │ ├── ping-ip.out │ │ │ ├── ping6-hostname-p-streaming.json │ │ │ ├── ping6-hostname-p.json │ │ │ ├── ping6-hostname-p.out │ │ │ ├── ping6-hostname-s-streaming.json │ │ │ ├── ping6-hostname-s.json │ │ │ ├── ping6-hostname-s.out │ │ │ ├── ping6-hostname-streaming.json │ │ │ ├── ping6-hostname.json │ │ │ ├── ping6-hostname.out │ │ │ ├── ping6-ip-dup-streaming.json │ │ │ ├── ping6-ip-dup.json │ │ │ ├── ping6-ip-dup.out │ │ │ ├── ping6-ip-p-streaming.json │ │ │ ├── ping6-ip-p.json │ │ │ ├── ping6-ip-p.out │ │ │ ├── ping6-ip-s-streaming.json │ │ │ ├── ping6-ip-s.json │ │ │ ├── ping6-ip-s.out │ │ │ ├── ping6-ip-streaming.json │ │ │ ├── ping6-ip-unparsable.json │ │ │ ├── ping6-ip-unparsable.out │ │ │ ├── ping6-ip.json │ │ │ ├── ping6-ip.out │ │ │ ├── pip-list.json │ │ │ ├── pip-list.out │ │ │ ├── pip-show.json │ │ │ ├── pip-show.out │ │ │ ├── ps-axu.json │ │ │ ├── ps-axu.out │ │ │ ├── ps-ef.json │ │ │ ├── ps-ef.out │ │ │ ├── rsync-i-vvv-logfile-nochange-streaming.json │ │ │ ├── rsync-i-vvv-logfile-nochange.json │ │ │ ├── rsync-i-vvv-logfile-nochange.out │ │ │ ├── rsync-i-vvv-nochange-streaming.json │ │ │ ├── rsync-i-vvv-nochange.json │ │ │ ├── rsync-i-vvv-nochange.out │ │ │ ├── rsync-i-vvv-streaming.json │ │ │ ├── rsync-i-vvv.json │ │ │ ├── rsync-i-vvv.out │ │ │ ├── shasum.json │ │ │ ├── shasum.out │ │ │ ├── stat-filename-with-spaces-streaming.json │ │ │ ├── stat-filename-with-spaces.json │ │ │ ├── stat-filename-with-spaces.out │ │ │ ├── stat-streaming.json │ │ │ ├── stat.json │ │ │ ├── stat.out │ │ │ ├── sum.json │ │ │ ├── sum.out │ │ │ ├── sysctl-a.json │ │ │ ├── sysctl-a.out │ │ │ ├── time-l.json │ │ │ ├── time-l.out │ │ │ ├── time-lp.json │ │ │ ├── time-lp.out │ │ │ ├── time-p.json │ │ │ ├── time-p.out │ │ │ ├── time.json │ │ │ ├── time.out │ │ │ ├── traceroute-asn-streaming.json │ │ │ ├── traceroute-asn.json │ │ │ ├── traceroute-asn.out │ │ │ ├── traceroute-mult-addresses-streaming.json │ │ │ ├── traceroute-mult-addresses.json │ │ │ ├── traceroute-mult-addresses.out │ │ │ ├── traceroute-no-header-streaming.json │ │ │ ├── traceroute-no-header.json │ │ │ ├── traceroute-no-header.out │ │ │ ├── traceroute-q-streaming.json │ │ │ ├── traceroute-q.json │ │ │ ├── traceroute-q.out │ │ │ ├── traceroute-streaming.json │ │ │ ├── traceroute.json │ │ │ ├── traceroute.out │ │ │ ├── traceroute6-mult-addresses-streaming.json │ │ │ ├── traceroute6-mult-addresses.json │ │ │ ├── traceroute6-mult-addresses.out │ │ │ ├── traceroute6-streaming.json │ │ │ ├── traceroute6.json │ │ │ ├── traceroute6.out │ │ │ ├── uname-a.json │ │ │ ├── uname-a.out │ │ │ ├── uname.out │ │ │ ├── uptime.json │ │ │ ├── uptime.out │ │ │ ├── w.json │ │ │ ├── w.out │ │ │ ├── wc-stdin.json │ │ │ ├── wc-stdin.out │ │ │ ├── wc.json │ │ │ ├── wc.out │ │ │ ├── who-a.json │ │ │ ├── who-a.out │ │ │ ├── who.json │ │ │ ├── who.out │ │ │ ├── zipinfo-multi.json │ │ │ └── zipinfo-multi.out │ │ ├── pi/ │ │ │ ├── ping-ip-O-D-streaming.json │ │ │ ├── ping-ip-O-D.json │ │ │ ├── ping-ip-O-D.out │ │ │ ├── ping-ip-O-streaming.json │ │ │ ├── ping-ip-O.json │ │ │ └── ping-ip-O.out │ │ ├── rhel-8/ │ │ │ ├── MANIFEST.MF.MULTI.json │ │ │ ├── MANIFEST.MF.MULTI.out │ │ │ ├── MANIFEST.MF.json │ │ │ ├── MANIFEST.MF.out │ │ │ ├── zipinfo-space-in-name.json │ │ │ ├── zipinfo-space-in-name.out │ │ │ ├── zipinfo.json │ │ │ └── zipinfo.out │ │ ├── ubuntu-16.04/ │ │ │ ├── ifconfig.json │ │ │ └── ifconfig.out │ │ ├── ubuntu-18.04/ │ │ │ ├── acpi-V.json │ │ │ ├── acpi-V.out │ │ │ ├── arp-a.json │ │ │ ├── arp-a.out │ │ │ ├── arp-v.json │ │ │ ├── arp-v.out │ │ │ ├── arp.json │ │ │ ├── arp.out │ │ │ ├── blkid-ip-multi.json │ │ │ ├── blkid-ip-multi.out │ │ │ ├── blkid-ip-udev-multi.json │ │ │ ├── blkid-ip-udev-multi.out │ │ │ ├── blkid-ip-udev.json │ │ │ ├── blkid-ip-udev.out │ │ │ ├── blkid-sda2.json │ │ │ ├── blkid-sda2.out │ │ │ ├── blkid.json │ │ │ ├── blkid.out │ │ │ ├── crontab-u.json │ │ │ ├── crontab-u.out │ │ │ ├── df-h.json │ │ │ ├── df-h.out │ │ │ ├── df.json │ │ │ ├── df.out │ │ │ ├── dig-aaaa.json │ │ │ ├── dig-aaaa.out │ │ │ ├── dig-axfr.json │ │ │ ├── dig-axfr.out │ │ │ ├── dig-x.json │ │ │ ├── dig-x.out │ │ │ ├── dig.json │ │ │ ├── dig.out │ │ │ ├── dmidecode.json │ │ │ ├── dmidecode.out │ │ │ ├── dpkg-l-codes.json │ │ │ ├── dpkg-l-codes.out │ │ │ ├── dpkg-l-columns500.json │ │ │ ├── dpkg-l-columns500.out │ │ │ ├── dpkg-l.json │ │ │ ├── dpkg-l.out │ │ │ ├── du.json │ │ │ ├── du.out │ │ │ ├── env.json │ │ │ ├── env.out │ │ │ ├── file.json │ │ │ ├── file.out │ │ │ ├── find.json │ │ │ ├── find.out │ │ │ ├── finger.json │ │ │ ├── finger.out │ │ │ ├── free-h.json │ │ │ ├── free-h.out │ │ │ ├── free-w.json │ │ │ ├── free-w.out │ │ │ ├── free.json │ │ │ ├── free.out │ │ │ ├── fstab.json │ │ │ ├── fstab.out │ │ │ ├── group.json │ │ │ ├── group.out │ │ │ ├── gshadow.json │ │ │ ├── gshadow.out │ │ │ ├── history.json │ │ │ ├── history.out │ │ │ ├── hosts.json │ │ │ ├── hosts.out │ │ │ ├── ifconfig.json │ │ │ ├── ifconfig.out │ │ │ ├── iostat-1-streaming.json │ │ │ ├── iostat-1.json │ │ │ ├── iostat-1.out │ │ │ ├── iostat-m-streaming.json │ │ │ ├── iostat-m.json │ │ │ ├── iostat-m.out │ │ │ ├── iostat-mx-streaming.json │ │ │ ├── iostat-mx.json │ │ │ ├── iostat-mx.out │ │ │ ├── iostat-streaming.json │ │ │ ├── iostat-x-streaming.json │ │ │ ├── iostat-x.json │ │ │ ├── iostat-x.out │ │ │ ├── iostat.json │ │ │ ├── iostat.out │ │ │ ├── ip_route.json │ │ │ ├── ip_route.out │ │ │ ├── iptables-filter-line-numbers.json │ │ │ ├── iptables-filter-line-numbers.out │ │ │ ├── iptables-filter-nv.json │ │ │ ├── iptables-filter-nv.out │ │ │ ├── iptables-filter.json │ │ │ ├── iptables-filter.out │ │ │ ├── iptables-mangle.json │ │ │ ├── iptables-mangle.out │ │ │ ├── iptables-nat.json │ │ │ ├── iptables-nat.out │ │ │ ├── iptables-raw.json │ │ │ ├── iptables-raw.out │ │ │ ├── jobs.json │ │ │ ├── jobs.out │ │ │ ├── last-w.json │ │ │ ├── last-w.out │ │ │ ├── last.json │ │ │ ├── last.out │ │ │ ├── lastb.json │ │ │ ├── lastb.out │ │ │ ├── ls-R-newlines.json │ │ │ ├── ls-R-newlines.out │ │ │ ├── ls-R.json │ │ │ ├── ls-R.out │ │ │ ├── ls-al-streaming.json │ │ │ ├── ls-al.json │ │ │ ├── ls-al.out │ │ │ ├── ls-alR-streaming.json │ │ │ ├── ls-alR.json │ │ │ ├── ls-alR.out │ │ │ ├── ls-alh-streaming.json │ │ │ ├── ls-alh.json │ │ │ ├── ls-alh.out │ │ │ ├── ls-glob.json │ │ │ ├── ls-glob.out │ │ │ ├── ls-l-iso-streaming.json │ │ │ ├── ls-l-iso.json │ │ │ ├── ls-l-iso.out │ │ │ ├── ls-l-newlines.json │ │ │ ├── ls-l-newlines.out │ │ │ ├── ls-lR-newlines.json │ │ │ ├── ls-lR-newlines.out │ │ │ ├── ls-newlines.json │ │ │ ├── ls-newlines.out │ │ │ ├── ls.json │ │ │ ├── ls.out │ │ │ ├── lsblk-allcols.json │ │ │ ├── lsblk-allcols.out │ │ │ ├── lsblk.json │ │ │ ├── lsblk.out │ │ │ ├── lsmod.json │ │ │ ├── lsmod.out │ │ │ ├── lsof-sudo.json │ │ │ ├── lsof-sudo.out │ │ │ ├── lsof.json │ │ │ ├── lsof.out │ │ │ ├── mount.json │ │ │ ├── mount.out │ │ │ ├── mpstat-A-streaming.json │ │ │ ├── mpstat-A.json │ │ │ ├── mpstat-A.out │ │ │ ├── netstat-i.json │ │ │ ├── netstat-i.out │ │ │ ├── netstat-l.json │ │ │ ├── netstat-l.out │ │ │ ├── netstat-p.json │ │ │ ├── netstat-p.out │ │ │ ├── netstat-r.json │ │ │ ├── netstat-r.out │ │ │ ├── netstat-rne.json │ │ │ ├── netstat-rne.out │ │ │ ├── netstat-rnee.json │ │ │ ├── netstat-rnee.out │ │ │ ├── netstat-sudo-aeep.json │ │ │ ├── netstat-sudo-aeep.out │ │ │ ├── netstat-sudo-lnp-space.json │ │ │ ├── netstat-sudo-lnp-space.out │ │ │ ├── netstat-sudo-lnp.json │ │ │ ├── netstat-sudo-lnp.out │ │ │ ├── netstat.json │ │ │ ├── netstat.out │ │ │ ├── ntpq-p.json │ │ │ ├── ntpq-p.out │ │ │ ├── ntpq-p2.json │ │ │ ├── ntpq-p2.out │ │ │ ├── ntpq-pn.json │ │ │ ├── ntpq-pn.out │ │ │ ├── ntqp-p.out │ │ │ ├── passwd.json │ │ │ ├── passwd.out │ │ │ ├── ping-hostname-O-D-p-s-streaming.json │ │ │ ├── ping-hostname-O-D-p-s.json │ │ │ ├── ping-hostname-O-D-p-s.out │ │ │ ├── ping-hostname-O-p-streaming.json │ │ │ ├── ping-hostname-O-p.json │ │ │ ├── ping-hostname-O-p.out │ │ │ ├── ping-hostname-O-streaming.json │ │ │ ├── ping-hostname-O.json │ │ │ ├── ping-hostname-O.out │ │ │ ├── ping-ip-O-D-streaming.json │ │ │ ├── ping-ip-O-D.json │ │ │ ├── ping-ip-O-D.out │ │ │ ├── ping-ip-O-streaming.json │ │ │ ├── ping-ip-O.json │ │ │ ├── ping-ip-O.out │ │ │ ├── ping6-hostname-O-D-p-s-streaming.json │ │ │ ├── ping6-hostname-O-D-p-s.json │ │ │ ├── ping6-hostname-O-D-p-s.out │ │ │ ├── ping6-hostname-O-D-p.json │ │ │ ├── ping6-hostname-O-D-p.out │ │ │ ├── ping6-hostname-O-p-streaming.json │ │ │ ├── ping6-hostname-O-p.json │ │ │ ├── ping6-hostname-O-p.out │ │ │ ├── ping6-ip-O-D-p-streaming.json │ │ │ ├── ping6-ip-O-D-p.json │ │ │ ├── ping6-ip-O-D-p.out │ │ │ ├── ping6-ip-O-p-streaming.json │ │ │ ├── ping6-ip-O-p.json │ │ │ ├── ping6-ip-O-p.out │ │ │ ├── pip-list-legacy.json │ │ │ ├── pip-list-legacy.out │ │ │ ├── pip-list.json │ │ │ ├── pip-list.out │ │ │ ├── pip-show.json │ │ │ ├── pip-show.out │ │ │ ├── ps-axu.json │ │ │ ├── ps-axu.out │ │ │ ├── ps-ef.json │ │ │ ├── ps-ef.out │ │ │ ├── route-vn.json │ │ │ ├── route-vn.out │ │ │ ├── route.json │ │ │ ├── route.out │ │ │ ├── shadow.json │ │ │ ├── shadow.out │ │ │ ├── ss-sudo-a.json │ │ │ ├── ss-sudo-a.out │ │ │ ├── ss-sudo-tulpen.json │ │ │ ├── ss-sudo-tulpen.out │ │ │ ├── stat-streaming.json │ │ │ ├── stat.json │ │ │ ├── stat.out │ │ │ ├── sysctl-a.json │ │ │ ├── sysctl-a.out │ │ │ ├── systemctl-lj.json │ │ │ ├── systemctl-lj.out │ │ │ ├── systemctl-ls.json │ │ │ ├── systemctl-ls.out │ │ │ ├── systemctl-luf.json │ │ │ ├── systemctl-luf.out │ │ │ ├── systemctl.json │ │ │ ├── systemctl.out │ │ │ ├── time-p.json │ │ │ ├── time-p.out │ │ │ ├── time-verbose.json │ │ │ ├── time-verbose.out │ │ │ ├── time.json │ │ │ ├── time.out │ │ │ ├── time2.json │ │ │ ├── time2.out │ │ │ ├── timedatectl.json │ │ │ ├── timedatectl.out │ │ │ ├── ufw-appinfo-all.json │ │ │ ├── ufw-appinfo-all.out │ │ │ ├── ufw-numbered.json │ │ │ ├── ufw-numbered.out │ │ │ ├── ufw-verbose.json │ │ │ ├── ufw-verbose.out │ │ │ ├── uname-a.json │ │ │ ├── uname-a.out │ │ │ ├── upower-d-clocale.json │ │ │ ├── upower-d-clocale.out │ │ │ ├── upower-d.json │ │ │ ├── upower-d.out │ │ │ ├── upower-i.json │ │ │ ├── upower-i.out │ │ │ ├── uptime.json │ │ │ ├── uptime.out │ │ │ ├── vmstat-1-long-streaming.json │ │ │ ├── vmstat-1-long.json │ │ │ ├── vmstat-1-long.out │ │ │ ├── w.json │ │ │ ├── w.out │ │ │ ├── who-a.json │ │ │ ├── who-a.out │ │ │ ├── who.json │ │ │ └── who.out │ │ ├── ubuntu-20.04/ │ │ │ ├── date.json │ │ │ ├── date.out │ │ │ ├── date2.json │ │ │ ├── date2.out │ │ │ ├── hciconfig-a.json │ │ │ ├── hciconfig-a.out │ │ │ ├── hciconfig.json │ │ │ ├── hciconfig.out │ │ │ ├── last-F.json │ │ │ ├── last-F.out │ │ │ ├── lsattr-R.json │ │ │ ├── lsattr-R.out │ │ │ ├── lsattr-error.json │ │ │ ├── lsattr-error.out │ │ │ ├── lsattr.json │ │ │ ├── lsattr.out │ │ │ ├── stat-missing-data.json │ │ │ └── stat-missing-data.out │ │ ├── ubuntu-20.10/ │ │ │ ├── iftop-b-n1-noport.json │ │ │ ├── iftop-b-n1-noport.out │ │ │ ├── iftop-b-n1.json │ │ │ ├── iftop-b-n1.out │ │ │ ├── iftop-b-n3.json │ │ │ ├── iftop-b-n3.out │ │ │ ├── iostat-m-streaming.json │ │ │ ├── iostat-m.json │ │ │ ├── iostat-m.out │ │ │ ├── iostat-mx-streaming.json │ │ │ ├── iostat-mx.json │ │ │ ├── iostat-mx.out │ │ │ ├── iostat-streaming.json │ │ │ ├── iostat-x-streaming.json │ │ │ ├── iostat-x.json │ │ │ ├── iostat-x.out │ │ │ ├── iostat.json │ │ │ ├── iostat.out │ │ │ ├── lspci-mmv.json │ │ │ ├── lspci-mmv.out │ │ │ ├── lspci-nmmv.json │ │ │ ├── lspci-nmmv.out │ │ │ ├── lspci-nnmmv.json │ │ │ ├── lspci-nnmmv.out │ │ │ ├── top-b-allfields-streaming.json │ │ │ ├── top-b-allfields.json │ │ │ ├── top-b-allfields.out │ │ │ ├── top-b-n1-streaming.json │ │ │ ├── top-b-n1.json │ │ │ └── top-b-n1.out │ │ ├── ubuntu-22.04/ │ │ │ ├── amixer-control-capture-processed.json │ │ │ ├── amixer-control-capture.json │ │ │ ├── amixer-control-capture.out │ │ │ ├── amixer-control-headphone-processed.json │ │ │ ├── amixer-control-headphone.json │ │ │ ├── amixer-control-headphone.out │ │ │ ├── amixer-control-master-processed.json │ │ │ ├── amixer-control-master.json │ │ │ ├── amixer-control-master.out │ │ │ ├── amixer-control-speakers-processed.json │ │ │ ├── amixer-control-speakers.json │ │ │ ├── amixer-control-speakers.out │ │ │ ├── ping-dest-unreachable-streaming.json │ │ │ ├── ping-dest-unreachable.json │ │ │ ├── ping-dest-unreachable.out │ │ │ ├── ping-hostname-source-ip-streaming.json │ │ │ ├── ping-hostname-source-ip.json │ │ │ ├── ping-hostname-source-ip.out │ │ │ ├── ping-ip-source-ip-streaming.json │ │ │ ├── ping-ip-source-ip.json │ │ │ ├── ping-ip-source-ip.out │ │ │ ├── ping6-hostname-source-ip-streaming.json │ │ │ ├── ping6-hostname-source-ip.json │ │ │ ├── ping6-hostname-source-ip.out │ │ │ ├── ping6-ip-source-ip-streaming.json │ │ │ ├── ping6-ip-source-ip.json │ │ │ ├── ping6-ip-source-ip.out │ │ │ ├── wg_show--one_device.json │ │ │ ├── wg_show--one_device.out │ │ │ ├── wg_show--two_devices.json │ │ │ └── wg_show--two_devices.out │ │ ├── windows/ │ │ │ ├── windows-10/ │ │ │ │ ├── ipconfig.json │ │ │ │ ├── ipconfig.out │ │ │ │ ├── net_localgroup.administrators.json │ │ │ │ ├── net_localgroup.administrators.out │ │ │ │ ├── net_localgroup.json │ │ │ │ ├── net_localgroup.out │ │ │ │ ├── net_user.administrator.json │ │ │ │ ├── net_user.administrator.out │ │ │ │ ├── net_user.json │ │ │ │ ├── net_user.out │ │ │ │ ├── netstat-an.json │ │ │ │ ├── netstat-an.out │ │ │ │ ├── netstat-aon.json │ │ │ │ ├── netstat-aon.out │ │ │ │ ├── netstat-aonb.json │ │ │ │ ├── netstat-aonb.out │ │ │ │ ├── netstat.json │ │ │ │ ├── netstat.out │ │ │ │ ├── route.json │ │ │ │ ├── route.out │ │ │ │ ├── route_print.json │ │ │ │ ├── route_print.out │ │ │ │ ├── systeminfo-hyperv-utc.json │ │ │ │ ├── systeminfo-hyperv-utc.out │ │ │ │ ├── systeminfo-hyperv.json │ │ │ │ ├── systeminfo-hyperv.out │ │ │ │ ├── systeminfo.json │ │ │ │ ├── systeminfo.out │ │ │ │ ├── wg_show.json │ │ │ │ └── wg_show.out │ │ │ ├── windows-11/ │ │ │ │ ├── ipconfig.json │ │ │ │ ├── ipconfig.out │ │ │ │ ├── net_localgroup.administrators.json │ │ │ │ ├── net_localgroup.administrators.out │ │ │ │ ├── net_localgroup.json │ │ │ │ ├── net_localgroup.out │ │ │ │ ├── net_user.administrator.json │ │ │ │ ├── net_user.administrator.out │ │ │ │ ├── net_user.json │ │ │ │ ├── net_user.out │ │ │ │ ├── route_print.json │ │ │ │ └── route_print.out │ │ │ ├── windows-2008/ │ │ │ │ ├── ipconfig.json │ │ │ │ ├── ipconfig.out │ │ │ │ ├── net_localgroup.administrators.json │ │ │ │ ├── net_localgroup.administrators.out │ │ │ │ ├── net_localgroup.json │ │ │ │ ├── net_localgroup.out │ │ │ │ ├── net_user.administrator.json │ │ │ │ ├── net_user.administrator.out │ │ │ │ ├── net_user.json │ │ │ │ ├── net_user.out │ │ │ │ ├── route_print.json │ │ │ │ └── route_print.out │ │ │ ├── windows-2012r2/ │ │ │ │ ├── systeminfo.json │ │ │ │ └── systeminfo.out │ │ │ ├── windows-2016/ │ │ │ │ ├── ipconfig.json │ │ │ │ ├── ipconfig.out │ │ │ │ ├── net_localgroup.administrators.json │ │ │ │ ├── net_localgroup.administrators.out │ │ │ │ ├── net_localgroup.json │ │ │ │ ├── net_localgroup.out │ │ │ │ ├── net_user.administrator.json │ │ │ │ ├── net_user.administrators.json │ │ │ │ ├── net_user.administrators.out │ │ │ │ ├── net_user.json │ │ │ │ ├── net_user.out │ │ │ │ ├── route_print.json │ │ │ │ └── route_print.out │ │ │ ├── windows-7/ │ │ │ │ ├── ipconfig.json │ │ │ │ ├── ipconfig.out │ │ │ │ ├── net_localgroup.administrators.json │ │ │ │ ├── net_localgroup.administrators.out │ │ │ │ ├── net_localgroup.json │ │ │ │ ├── net_localgroup.out │ │ │ │ ├── net_user.administrator.json │ │ │ │ ├── net_user.administrator.out │ │ │ │ ├── net_user.json │ │ │ │ ├── net_user.out │ │ │ │ ├── route_print.json │ │ │ │ ├── route_print.out │ │ │ │ ├── systeminfo.json │ │ │ │ └── systeminfo.out │ │ │ └── windows-xp/ │ │ │ ├── ipconfig.json │ │ │ ├── ipconfig.out │ │ │ ├── net_localgroup.administrators.json │ │ │ ├── net_localgroup.administrators.out │ │ │ ├── net_localgroup.json │ │ │ ├── net_localgroup.out │ │ │ ├── net_user.administrator.json │ │ │ ├── net_user.administrator.out │ │ │ ├── net_user.json │ │ │ ├── net_user.out │ │ │ ├── route_print.json │ │ │ └── route_print.out │ │ └── windows-10/ │ │ ├── dir-C.json │ │ ├── dir-C.out │ │ ├── dir-ODTC.json │ │ ├── dir-ODTC.out │ │ ├── dir-S.json │ │ ├── dir-S.out │ │ ├── dir-dirs.json │ │ ├── dir-dirs.out │ │ ├── dir-files.json │ │ ├── dir-files.out │ │ ├── dir-mix.json │ │ ├── dir-mix.out │ │ ├── dir.json │ │ └── dir.out │ ├── templates/ │ │ ├── _test_foo.py │ │ ├── _test_foo_s.py │ │ └── _test_foo_simple.py │ ├── test_acpi.py │ ├── test_airport.py │ ├── test_airport_s.py │ ├── test_amixer.py │ ├── test_apt_cache_show.py │ ├── test_apt_get_sqq.py │ ├── test_arp.py │ ├── test_asciitable.py │ ├── test_asciitable_m.py │ ├── test_blkid.py │ ├── test_bluetoothctl.py │ ├── test_cbt.py │ ├── test_cef.py │ ├── test_cef_s.py │ ├── test_certbot.py │ ├── test_chage.py │ ├── test_cksum.py │ ├── test_clf.py │ ├── test_clf_s.py │ ├── test_crontab.py │ ├── test_crontab_u.py │ ├── test_csv.py │ ├── test_csv_s.py │ ├── test_curl_head.py │ ├── test_date.py │ ├── test_datetime_iso.py │ ├── test_debconf_show.py │ ├── test_df.py │ ├── test_dig.py │ ├── test_dir.py │ ├── test_dmidecode.py │ ├── test_dpkg_l.py │ ├── test_du.py │ ├── test_efibootmgr.py │ ├── test_email_address.py │ ├── test_env.py │ ├── test_ethtool.py │ ├── test_file.py │ ├── test_find.py │ ├── test_findmnt.py │ ├── test_finger.py │ ├── test_free.py │ ├── test_fstab.py │ ├── test_git_log.py │ ├── test_git_log_s.py │ ├── test_git_ls_remote.py │ ├── test_gpg.py │ ├── test_group.py │ ├── test_gshadow.py │ ├── test_hash.py │ ├── test_hashsum.py │ ├── test_hciconfig.py │ ├── test_history.py │ ├── test_host.py │ ├── test_hosts.py │ ├── test_http_headers.py │ ├── test_id.py │ ├── test_ifconfig.py │ ├── test_iftop.py │ ├── test_ini.py │ ├── test_ini_dup.py │ ├── test_iostat.py │ ├── test_iostat_s.py │ ├── test_ip_address.py │ ├── test_ip_route.py │ ├── test_ipconfig.py │ ├── test_iptables.py │ ├── test_iw_scan.py │ ├── test_iwconfig.py │ ├── test_jar_manifest.py │ ├── test_jc.py │ ├── test_jc_cli.py │ ├── test_jc_lib.py │ ├── test_jc_streaming.py │ ├── test_jc_utils.py │ ├── test_jobs.py │ ├── test_jwt.py │ ├── test_kv.py │ ├── test_kv_dup.py │ ├── test_last.py │ ├── test_ls.py │ ├── test_ls_s.py │ ├── test_lsattr.py │ ├── test_lsb_release.py │ ├── test_lsblk.py │ ├── test_lsmod.py │ ├── test_lsof.py │ ├── test_lspci.py │ ├── test_lsusb.py │ ├── test_m3u.py │ ├── test_mdadm.py │ ├── test_mount.py │ ├── test_mpstat.py │ ├── test_mpstat_s.py │ ├── test_needrestart.py │ ├── test_net_localgroup.py │ ├── test_net_user.py │ ├── test_netstat.py │ ├── test_nmcli.py │ ├── test_nsd_control.py │ ├── test_ntpq.py │ ├── test_openvpn.py │ ├── test_os_prober.py │ ├── test_os_release.py │ ├── test_pacman.py │ ├── test_passwd.py │ ├── test_path.py │ ├── test_path_list.py │ ├── test_pci_ids.py │ ├── test_pgpass.py │ ├── test_pidstat.py │ ├── test_pidstat_s.py │ ├── test_ping.py │ ├── test_ping_s.py │ ├── test_pip_list.py │ ├── test_pip_show.py │ ├── test_pkg_index_apk.py │ ├── test_pkg_index_deb.py │ ├── test_plist.py │ ├── test_postconf.py │ ├── test_proc.py │ ├── test_proc_buddyinfo.py │ ├── test_proc_cmdline.py │ ├── test_proc_consoles.py │ ├── test_proc_cpuinfo.py │ ├── test_proc_crypto.py │ ├── test_proc_devices.py │ ├── test_proc_diskstats.py │ ├── test_proc_driver_rtc.py │ ├── test_proc_filesystems.py │ ├── test_proc_interrupts.py │ ├── test_proc_iomem.py │ ├── test_proc_ioports.py │ ├── test_proc_loadavg.py │ ├── test_proc_locks.py │ ├── test_proc_meminfo.py │ ├── test_proc_modules.py │ ├── test_proc_mtrr.py │ ├── test_proc_net_arp.py │ ├── test_proc_net_dev.py │ ├── test_proc_net_dev_mcast.py │ ├── test_proc_net_if_inet6.py │ ├── test_proc_net_igmp.py │ ├── test_proc_net_igmp6.py │ ├── test_proc_net_ipv6_route.py │ ├── test_proc_net_netlink.py │ ├── test_proc_net_netstat.py │ ├── test_proc_net_packet.py │ ├── test_proc_net_protocols.py │ ├── test_proc_net_route.py │ ├── test_proc_net_tcp.py │ ├── test_proc_net_unix.py │ ├── test_proc_pagetypeinfo.py │ ├── test_proc_partitions.py │ ├── test_proc_pid_fdinfo.py │ ├── test_proc_pid_io.py │ ├── test_proc_pid_maps.py │ ├── test_proc_pid_mountinfo.py │ ├── test_proc_pid_numa_maps.py │ ├── test_proc_pid_smaps.py │ ├── test_proc_pid_stat.py │ ├── test_proc_pid_statm.py │ ├── test_proc_pid_status.py │ ├── test_proc_slabinfo.py │ ├── test_proc_softirqs.py │ ├── test_proc_stat.py │ ├── test_proc_swaps.py │ ├── test_proc_uptime.py │ ├── test_proc_version.py │ ├── test_proc_vmallocinfo.py │ ├── test_proc_vmstat.py │ ├── test_proc_zoneinfo.py │ ├── test_ps.py │ ├── test_resolve_conf.py │ ├── test_route.py │ ├── test_route_print.py │ ├── test_rpm_qai.py │ ├── test_rsync.py │ ├── test_rsync_s.py │ ├── test_semver.py │ ├── test_sfdisk.py │ ├── test_shadow.py │ ├── test_srt.py │ ├── test_ss.py │ ├── test_ssh_conf.py │ ├── test_sshd_conf.py │ ├── test_stat.py │ ├── test_stat_s.py │ ├── test_swapon.py │ ├── test_sysctl.py │ ├── test_syslog.py │ ├── test_syslog_bsd.py │ ├── test_syslog_bsd_s.py │ ├── test_syslog_s.py │ ├── test_systemctl.py │ ├── test_systemctl_lj.py │ ├── test_systemctl_ls.py │ ├── test_systemctl_luf.py │ ├── test_systeminfo.py │ ├── test_time.py │ ├── test_timedatectl.py │ ├── test_timestamp.py │ ├── test_toml.py │ ├── test_top.py │ ├── test_top_s.py │ ├── test_tracepath.py │ ├── test_traceroute.py │ ├── test_traceroute_s.py │ ├── test_tune2fs.py │ ├── test_udevadm.py │ ├── test_ufw.py │ ├── test_ufw_appinfo.py │ ├── test_uname.py │ ├── test_update_alt_gs.py │ ├── test_update_alt_q.py │ ├── test_upower.py │ ├── test_uptime.py │ ├── test_url.py │ ├── test_ver.py │ ├── test_veracrypt.py │ ├── test_vmstat.py │ ├── test_vmstat_s.py │ ├── test_w.py │ ├── test_wc.py │ ├── test_wg_show.py │ ├── test_who.py │ ├── test_x509_cert.py │ ├── test_x509_crl.py │ ├── test_x509_csr.py │ ├── test_xml.py │ ├── test_xrandr.py │ ├── test_yaml.py │ ├── test_zipinfo.py │ ├── test_zpool_iostat.py │ ├── test_zpool_status.py │ └── utils_for_test.py └── updatedocs.sh