[[command]]
name = "less"
description = "Interactive terminal pager for viewing file contents with forward and backward navigation. Strictly read-only: never modifies the files it displays. Loads files lazily, so it can handle very large inputs efficiently. Maintained as a standalone project by Mark Nudelman (greenwoodsoftware.com); releases are infrequent and the interface is very stable."
url = "https://man7.org/linux/man-pages/man1/less.1.html"
level = "Inert"
bare = true
standalone = [
"-E", "-F", "-G", "-I", "-J", "-K", "-L", "-M", "-N", "-Q", "-R", "-S",
"-V", "-W", "-X", "-a", "-c", "-e", "-f", "-g", "-i", "-m", "-n", "-q",
"-r", "-s", "-w",
"--QUIT-AT-EOF", "--RAW-CONTROL-CHARS", "--chop-long-lines", "--help",
"--ignore-case", "--no-init", "--quiet", "--quit-at-eof",
"--quit-if-one-screen", "--raw-control-chars", "--silent",
"--squeeze-blank-lines", "--version",
]
valued = [
"-P", "-b", "-h", "-j", "-p", "-t", "-x", "-y", "-z",
"--LINE-NUMBERS", "--LONG-PROMPT", "--pattern", "--prompt",
"--shift", "--tabs", "--tag", "--window",
]