PATH:
snap
/
core26
/
409
/
usr
/
bin
#!/bin/sh # Copyright (C) 1998, 2002, 2006-2007, 2010-2025 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. version="zless (gzip) 1.14 Copyright (C) 2025 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. Written by Paul Eggert." usage="Usage: $0 [OPTION]... [FILE]... Like 'less', but operate on the uncompressed contents of any compressed FILEs. Options are the same as for 'less'. Report bugs to <bug-gzip@gnu.org>." case $1 in --help) printf '%s\n' "$usage" || exit 1; exit;; --version) printf '%s\n' "$version" || exit 1; exit;; esac if test "${LESSMETACHARS+set}" != set; then # Work around a bug in less 394 and earlier; # it mishandles the metacharacters '$%=~'. space=' ' tab=' ' newline=' ' LESSMETACHARS="$space$tab$newline'"';*?"()<>[|&^`#\$%=~' export LESSMETACHARS fi less_version=`less -V 2>/dev/null` case $less_version in less' '45[1-9]* | \ less' '4[6-9][0-9]* | \ less' '[5-9][0-9][0-9]* | \ less' '[1-9][0-9][0-9][0-9]*) check_exit_status='|';; *) check_exit_status='';; esac case $less_version in less' '429* | \ less' '4[3-9][0-9]* | \ less' '[5-9][0-9][0-9]* | \ less' '[1-9][0-9][0-9][0-9]*) use_input_pipe_on_stdin='-';; *) use_input_pipe_on_stdin='';; esac case $less_version in less' '623* | \ less' '62[4-9]* | \ less' '6[3-9][0-9]* | \ less' '[7-9][0-9][0-9]* | \ less' '[1-9][0-9][0-9][0-9]*) show_preproc_error='--show-preproc-error';; *) show_preproc_error='';; esac LESSOPEN="|$check_exit_status${use_input_pipe_on_stdin}gzip -cdfq -- %s" export LESSOPEN exec less $show_preproc_error "$@"
[+]
..
[-] [
[edit]
[-] aa-enabled
[edit]
[-] aa-exec
[edit]
[-] aa-features-abi
[edit]
[-] arch
[edit]
[-] awk
[edit]
[-] b2sum
[edit]
[-] b3sum
[edit]
[-] base32
[edit]
[-] base64
[edit]
[-] basename
[edit]
[-] basenc
[edit]
[-] bash
[edit]
[-] bunzip2
[edit]
[-] busctl
[edit]
[-] bzcat
[edit]
[-] bzcmp
[edit]
[-] bzdiff
[edit]
[-] bzegrep
[edit]
[-] bzexe
[edit]
[-] bzfgrep
[edit]
[-] bzgrep
[edit]
[-] bzip2
[edit]
[-] bzip2recover
[edit]
[-] bzless
[edit]
[-] bzmore
[edit]
[-] cat
[edit]
[-] chage
[edit]
[-] chattr
[edit]
[-] chcon
[edit]
[-] chfn
[edit]
[-] chgrp
[edit]
[-] chmod
[edit]
[-] choom
[edit]
[-] chown
[edit]
[-] chrt
[edit]
[-] chsh
[edit]
[-] cksum
[edit]
[-] clear
[edit]
[-] clear_console
[edit]
[-] cmp
[edit]
[-] comm
[edit]
[-] core-sshd-host-keygen
[edit]
[-] coredumpctl
[edit]
[-] coreutils
[edit]
[-] cp
[edit]
[-] csplit
[edit]
[-] ctstat
[edit]
[-] cut
[edit]
[-] dash
[edit]
[-] date
[edit]
[-] dbus-cleanup-sockets
[edit]
[-] dbus-daemon
[edit]
[-] dbus-monitor
[edit]
[-] dbus-run-session
[edit]
[-] dbus-send
[edit]
[-] dbus-update-activation-environment
[edit]
[-] dbus-uuidgen
[edit]
[-] dd
[edit]
[-] df
[edit]
[-] diff
[edit]
[-] diff3
[edit]
[-] dir
[edit]
[-] dircolors
[edit]
[-] dirname
[edit]
[-] dmesg
[edit]
[-] dnsdomainname
[edit]
[-] domainname
[edit]
[-] du
[edit]
[-] echo
[edit]
[-] editor
[edit]
[-] egrep
[edit]
[-] env
[edit]
[-] ex
[edit]
[-] expand
[edit]
[-] expiry
[edit]
[-] expr
[edit]
[-] factor
[edit]
[-] fallocate
[edit]
[-] false
[edit]
[-] fgrep
[edit]
[-] finalrd
[edit]
[-] find
[edit]
[-] findmnt
[edit]
[-] flock
[edit]
[-] fmt
[edit]
[-] fold
[edit]
[-] free
[edit]
[-] gdbserver
[edit]
[-] getconf
[edit]
[-] getent
[edit]
[-] getopt
[edit]
[-] gnu[
[edit]
[-] gnuarch
[edit]
[-] gnub2sum
[edit]
[-] gnubase32
[edit]
[-] gnubase64
[edit]
[-] gnubasename
[edit]
[-] gnubasenc
[edit]
[-] gnucat
[edit]
[-] gnuchcon
[edit]
[-] gnuchgrp
[edit]
[-] gnuchmod
[edit]
[-] gnuchown
[edit]
[-] gnucksum
[edit]
[-] gnucomm
[edit]
[-] gnucp
[edit]
[-] gnucsplit
[edit]
[-] gnucut
[edit]
[-] gnudate
[edit]
[-] gnudd
[edit]
[-] gnudf
[edit]
[-] gnudir
[edit]
[-] gnudircolors
[edit]
[-] gnudirname
[edit]
[-] gnudu
[edit]
[-] gnuecho
[edit]
[-] gnuenv
[edit]
[-] gnuexpand
[edit]
[-] gnuexpr
[edit]
[-] gnufactor
[edit]
[-] gnufalse
[edit]
[-] gnufmt
[edit]
[-] gnufold
[edit]
[-] gnugroups
[edit]
[-] gnuhead
[edit]
[-] gnuhostid
[edit]
[-] gnuid
[edit]
[-] gnuinstall
[edit]
[-] gnujoin
[edit]
[-] gnulink
[edit]
[-] gnuln
[edit]
[-] gnulogname
[edit]
[-] gnuls
[edit]
[-] gnumd5sum
[edit]
[-] gnumkdir
[edit]
[-] gnumkfifo
[edit]
[-] gnumknod
[edit]
[-] gnumktemp
[edit]
[-] gnumv
[edit]
[-] gnunice
[edit]
[-] gnunl
[edit]
[-] gnunohup
[edit]
[-] gnunproc
[edit]
[-] gnunumfmt
[edit]
[-] gnuod
[edit]
[-] gnupaste
[edit]
[-] gnupathchk
[edit]
[-] gnupinky
[edit]
[-] gnupr
[edit]
[-] gnuprintenv
[edit]
[-] gnuprintf
[edit]
[-] gnuptx
[edit]
[-] gnupwd
[edit]
[-] gnureadlink
[edit]
[-] gnurealpath
[edit]
[-] gnurm
[edit]
[-] gnurmdir
[edit]
[-] gnuruncon
[edit]
[-] gnuseq
[edit]
[-] gnusha1sum
[edit]
[-] gnusha224sum
[edit]
[-] gnusha256sum
[edit]
[-] gnusha384sum
[edit]
[-] gnusha512sum
[edit]
[-] gnushred
[edit]
[-] gnushuf
[edit]
[-] gnusleep
[edit]
[-] gnusort
[edit]
[-] gnusplit
[edit]
[-] gnustat
[edit]
[-] gnustdbuf
[edit]
[-] gnustty
[edit]
[-] gnusum
[edit]
[-] gnusync
[edit]
[-] gnutac
[edit]
[-] gnutail
[edit]
[-] gnutee
[edit]
[-] gnutest
[edit]
[-] gnutimeout
[edit]
[-] gnutouch
[edit]
[-] gnutr
[edit]
[-] gnutrue
[edit]
[-] gnutruncate
[edit]
[-] gnutsort
[edit]
[-] gnutty
[edit]
[-] gnuuname
[edit]
[-] gnuunexpand
[edit]
[-] gnuuniq
[edit]
[-] gnuunlink
[edit]
[-] gnuusers
[edit]
[-] gnuvdir
[edit]
[-] gnuwc
[edit]
[-] gnuwho
[edit]
[-] gnuwhoami
[edit]
[-] gnuyes
[edit]
[-] gpasswd
[edit]
[-] gpgv
[edit]
[-] grep
[edit]
[-] groups
[edit]
[-] gunzip
[edit]
[-] gzip
[edit]
[-] hashsum
[edit]
[-] head
[edit]
[-] hostid
[edit]
[-] hostname
[edit]
[-] hostnamectl
[edit]
[-] i386
[edit]
[-] iconv
[edit]
[-] id
[edit]
[-] install
[edit]
[-] ionice
[edit]
[-] ip
[edit]
[-] ipcmk
[edit]
[-] ipcrm
[edit]
[-] ipcs
[edit]
[-] ischroot
[edit]
[-] join
[edit]
[-] journalctl
[edit]
[-] kill
[edit]
[-] kmod
[edit]
[-] ld.so
[edit]
[-] ldd
[edit]
[-] less
[edit]
[-] lessecho
[edit]
[-] link
[edit]
[-] linux32
[edit]
[-] linux64
[edit]
[-] ln
[edit]
[-] locale
[edit]
[-] localectl
[edit]
[-] localedef
[edit]
[-] logger
[edit]
[-] login
[edit]
[-] loginctl
[edit]
[-] logname
[edit]
[-] ls
[edit]
[-] lsattr
[edit]
[-] lsblk
[edit]
[-] lscpu
[edit]
[-] lsipc
[edit]
[-] lslocks
[edit]
[-] lsmod
[edit]
[-] lsns
[edit]
[-] man
[edit]
[-] mawk
[edit]
[-] md5sum
[edit]
[-] mkdir
[edit]
[-] mkfifo
[edit]
[-] mknod
[edit]
[-] mksquashfs
[edit]
[-] mkswapfile
[edit]
[-] mktemp
[edit]
[-] more
[edit]
[-] mount
[edit]
[-] mountpoint
[edit]
[-] mv
[edit]
[-] nc
[edit]
[-] nc.openbsd
[edit]
[-] netcat
[edit]
[-] networkctl
[edit]
[-] nice
[edit]
[-] nisdomainname
[edit]
[-] nl
[edit]
[-] nohup
[edit]
[-] nproc
[edit]
[-] nsenter
[edit]
[-] numfmt
[edit]
[-] od
[edit]
[-] openssl
[edit]
[-] opensysusers-sysusers
[edit]
[-] p11-kit
[edit]
[-] p11tool
[edit]
[-] pager
[edit]
[-] partx
[edit]
[-] passwd
[edit]
[-] paste
[edit]
[-] pathchk
[edit]
[-] pgrep
[edit]
[-] pidof
[edit]
[-] pidwait
[edit]
[-] ping
[edit]
[-] ping4
[edit]
[-] ping6
[edit]
[-] pinky
[edit]
[-] pkaction
[edit]
[-] pkcheck
[edit]
[-] pkcs11-tool
[edit]
[-] pkill
[edit]
[-] pkttyagent
[edit]
[-] pldd
[edit]
[-] plymouth
[edit]
[-] pr
[edit]
[-] printenv
[edit]
[-] printf
[edit]
[-] prlimit
[edit]
[-] ps
[edit]
[-] ptx
[edit]
[-] pwd
[edit]
[-] pwdx
[edit]
[-] rbash
[edit]
[-] readlink
[edit]
[-] realpath
[edit]
[-] reset
[edit]
[-] resolvectl
[edit]
[-] rgrep
[edit]
[-] rm
[edit]
[-] rmdir
[edit]
[-] routel
[edit]
[-] run-parts
[edit]
[-] run0
[edit]
[-] runcon
[edit]
[-] rview
[edit]
[-] sbattach
[edit]
[-] sbkeysync
[edit]
[-] sbsiglist
[edit]
[-] sbsign
[edit]
[-] sbvarsign
[edit]
[-] sbverify
[edit]
[-] scp
[edit]
[-] sdiff
[edit]
[-] sed
[edit]
[-] seq
[edit]
[-] setarch
[edit]
[-] setpriv
[edit]
[-] setsid
[edit]
[-] setterm
[edit]
[-] sftp
[edit]
[-] sg
[edit]
[-] sh
[edit]
[-] sha1sum
[edit]
[-] sha224sum
[edit]
[-] sha256sum
[edit]
[-] sha3-224sum
[edit]
[-] sha3-256sum
[edit]
[-] sha3-384sum
[edit]
[-] sha3-512sum
[edit]
[-] sha384sum
[edit]
[-] sha3sum
[edit]
[-] sha512sum
[edit]
[-] shake128sum
[edit]
[-] shake256sum
[edit]
[-] shred
[edit]
[-] shuf
[edit]
[-] skill
[edit]
[-] sleep
[edit]
[-] snap
[edit]
[-] snapctl
[edit]
[-] snice
[edit]
[-] sort
[edit]
[-] splash-client
[edit]
[-] split
[edit]
[-] sqfscat
[edit]
[-] sqfstar
[edit]
[-] ss
[edit]
[-] ssh
[edit]
[-] ssh-add
[edit]
[-] ssh-agent
[edit]
[-] ssh-keygen
[edit]
[-] ssh-keyscan
[edit]
[-] stat
[edit]
[-] stdbuf
[edit]
[-] stty
[edit]
[-] su
[edit]
[-] su-rs
[edit]
[-] sudo
[edit]
[-] sudo-rs
[edit]
[-] sudoedit
[edit]
[-] sudoedit-rs
[edit]
[-] sum
[edit]
[-] sync
[edit]
[-] systemctl
[edit]
[-] systemd-ac-power
[edit]
[-] systemd-analyze
[edit]
[-] systemd-ask-password
[edit]
[-] systemd-cat
[edit]
[-] systemd-cgls
[edit]
[-] systemd-cgtop
[edit]
[-] systemd-confext
[edit]
[-] systemd-creds
[edit]
[-] systemd-cryptenroll
[edit]
[-] systemd-cryptsetup
[edit]
[-] systemd-delta
[edit]
[-] systemd-detect-virt
[edit]
[-] systemd-escape
[edit]
[-] systemd-firstboot
[edit]
[-] systemd-hwdb
[edit]
[-] systemd-id128
[edit]
[-] systemd-inhibit
[edit]
[-] systemd-machine-id-setup
[edit]
[-] systemd-mount
[edit]
[-] systemd-notify
[edit]
[-] systemd-path
[edit]
[-] systemd-run
[edit]
[-] systemd-socket-activate
[edit]
[-] systemd-stdio-bridge
[edit]
[-] systemd-sysext
[edit]
[-] systemd-sysusers
[edit]
[-] systemd-tmpfiles
[edit]
[-] systemd-tty-ask-password-agent
[edit]
[-] systemd-umount
[edit]
[-] systemd-vpick
[edit]
[-] tabs
[edit]
[-] tac
[edit]
[-] tail
[edit]
[-] tar
[edit]
[-] taskset
[edit]
[-] tee
[edit]
[-] test
[edit]
[-] timedatectl
[edit]
[-] timeout
[edit]
[-] top
[edit]
[-] touch
[edit]
[-] tput
[edit]
[-] tr
[edit]
[-] true
[edit]
[-] truncate
[edit]
[-] tset
[edit]
[-] tsort
[edit]
[-] tty
[edit]
[-] uclampset
[edit]
[-] udevadm
[edit]
[-] umount
[edit]
[-] uname
[edit]
[-] uncompress
[edit]
[-] unexpand
[edit]
[-] uniq
[edit]
[-] unlink
[edit]
[-] unshare
[edit]
[-] unsquashfs
[edit]
[-] uptime
[edit]
[-] users
[edit]
[-] varlinkctl
[edit]
[-] vdir
[edit]
[-] vi
[edit]
[-] view
[edit]
[-] vim.tiny
[edit]
[-] visudo-rs
[edit]
[-] vmstat
[edit]
[-] w
[edit]
[-] waitpid
[edit]
[-] watch
[edit]
[-] wc
[edit]
[-] wdctl
[edit]
[-] whereis
[edit]
[-] which
[edit]
[-] which.debianutils
[edit]
[-] who
[edit]
[-] whoami
[edit]
[-] wpa_passphrase
[edit]
[-] x86_64
[edit]
[-] xargs
[edit]
[-] xdg-email
[edit]
[-] xdg-open
[edit]
[-] xdg-settings
[edit]
[-] yes
[edit]
[-] ypdomainname
[edit]
[-] zcat
[edit]
[-] zcmp
[edit]
[-] zdiff
[edit]
[-] zegrep
[edit]
[-] zfgrep
[edit]
[-] zforce
[edit]
[-] zgrep
[edit]
[-] zless
[edit]
[-] zmore
[edit]