Searched full:zstdless (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/zstd/programs/ |
H A D | Makefile | 304 zstdless.1: zstdless.1.md ../lib/zstd.h 308 man: zstd.1 zstdgrep.1 zstdless.1 314 $(RM) zstdless.1 320 man ./zstdless.1 420 $(INSTALL_SCRIPT) zstdless $(DESTDIR)$(BINDIR)/zstdless 427 $(INSTALL_MAN) zstdless.1 $(DESTDIR)$(MAN1DIR)/zstdless.1 433 $(RM) $(DESTDIR)$(BINDIR)/zstdless 438 $(RM) $(DESTDIR)$(MAN1DIR)/zstdless.1
|
H A D | zstdless.1 | 2 .TH "ZSTDLESS" "1" "March 2024" "zstd 1.5.6" "User Commands" 5 \fBzstdless\fR \- view zstandard\-compressed files 8 \fBzstdless\fR [\fIflags\fR] [\fIfile\fR \.\.\.] 11 \fBzstdless\fR runs \fBless\fR(1) on files or stdin, if no \fIfile\fR argument is given, after deco…
|
H A D | zstdless.1.md | 1 zstdless(1) -- view zstandard-compressed files 7 `zstdless` [<flags>] [<file> ...] 12 `zstdless` runs `less`(1) on files or stdin, if no <file> argument is given, after decompressing th…
|
H A D | zstd.1 | 557 \fBzstdgrep\fR(1), \fBzstdless\fR(1), \fBgzip\fR(1), \fBxz\fR(1)
|
H A D | zstd.1.md | 685 `zstdgrep`(1), `zstdless`(1), `gzip`(1), `xz`(1)
|
/aosp_15_r20/external/zstd/build/cmake/programs/ |
H A D | CMakeLists.txt | 55 install(PROGRAMS ${PROGRAMS_DIR}/zstdless DESTINATION "${CMAKE_INSTALL_BINDIR}") 63 add_custom_target(zstdless.1 ALL 64 ${CMAKE_COMMAND} -E copy ${PROGRAMS_DIR}/zstdless.1 . 65 COMMENT "Copying manpage zstdless.1") 80 ${CMAKE_CURRENT_BINARY_DIR}/zstdless.1
|
/aosp_15_r20/external/zstd/tests/cli-tests/cltools/ |
H A D | zstdless.sh | 6 zstdless file.zst 8 zstdless -N file.zst # This parameter does not produce line #s when piped, but still serves to test… 10 zstdless bad.zst >&2
|
/aosp_15_r20/external/zstd/contrib/snap/ |
H A D | snapcraft.yaml | 20 zstdless: 21 command: usr/local/bin/zstdless
|
/aosp_15_r20/external/zstd/tests/cli-tests/ |
H A D | run.py | 627 ZSTDLESS_PATH = os.path.join(PROGRAMS_DIR, "zstdless") 660 "--zstdless", 662 help="Sets the ZSTDLESS_BIN environment variable. Path of the zstdless CLI." 707 env["ZSTDLESS_BIN"] = os.path.abspath(args.zstdless)
|
/aosp_15_r20/external/zstd/build/meson/programs/ |
H A D | meson.build | 100 join_paths(zstd_rootdir, 'programs/zstdless'), 109 join_paths(zstd_rootdir, 'programs/zstdless.1'))
|
/aosp_15_r20/external/zstd/ |
H A D | CHANGELOG | 69 cli: Change `zstdless` behavior to align with `zless` (#2909, @binhdvo) 366 build: CMake: install zstdless and zstdgrep by @leeyoung624 (#1647) 441 misc: added man pages for zstdless and zstdgrep, by @samrussell 598 cli : fix zstdless on Mac OS-X, by Andrew Janke 619 cli : new : added zstdless and zstdgrep tools
|