Searched refs:lz4cat (Results 1 – 7 of 7) sorted by relevance
141 unlz4$(EXT) lz4cat$(EXT)153 lz4cat: lz4 target154 $(LN_SF) lz4$(EXT) lz4cat$(EXT)178 $(LN_SF) lz4$(EXT) $(DESTDIR)$(bindir)/lz4cat$(EXT)183 $(LN_SF) lz4.1 $(DESTDIR)$(man1dir)/lz4cat.1188 $(RM) $(DESTDIR)$(bindir)/lz4cat$(EXT)194 $(RM) $(DESTDIR)$(man1dir)/lz4cat.1
1 lz4(1) -- lz4, unlz4, lz4cat - Compress or decompress .lz4 files11 `lz4cat` is equivalent to `lz4 -dcfm`15 (`lz4 -d` or `lz4 -dc`) instead of the names `unlz4` and `lz4cat`.73 Then `lz4cat foo.lz4` is equivalent to `cat file1 file2`.160 This allows `lz4cat --force` to be used like `cat (1)` for files
4 lz4cat
70 lz4c unlz4 lz4cat: lz4 target372 test-lz4-basic: lz4 datagen unlz4 lz4cat391 $(PRGDIR)/lz4cat $(FPREFIX)-hw.lz4 | $(GREP) "hello world"396 $(PRGDIR)/lz4cat $(FPREFIX)-hw # pass-through mode400 $(PRGDIR)/lz4cat < $(FPREFIX)-hw.lz4 > $(FPREFIX)3 # checks lz4cat works with stdin (#285)402 $(PRGDIR)/lz4cat < $(FPREFIX)-hw > $(FPREFIX)2 # checks lz4cat works in pass-through mode
236 # install lz4cat and unlz4 symlinks on *nix239 foreach(f lz4cat unlz4)248 foreach(f lz4cat unlz4)
32 foreach alias : ['lz4c', 'lz4cat', 'unlz4']
128 lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)159 lz4cat : can cat multiple files in a single command line (#184)270 Added : man pages for lz4c and lz4cat279 Added : lz4cat utility, installed on POSX systems (issue 118)