Searched refs:lz4cat (Results 1 – 6 of 6) sorted by relevance
95 lz4$(EXT) lz4c$(EXT) lz4c32$(EXT) unlz4 lz4cat119 lz4cat: lz4 target120 ln -s lz4 lz4cat148 @ln -sf lz4 $(DESTDIR)$(BINDIR)/lz4cat154 @ln -sf lz4.1 $(DESTDIR)$(MANDIR)/lz4cat.1159 @$(RM) $(DESTDIR)$(BINDIR)/lz4cat165 @$(RM) $(DESTDIR)$(MANDIR)/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`.70 lz4cat foo.lz4136 This allows `lz4cat --force` to be used like `cat (1)` for files
4 lz4cat
218 lz4cat: target221 test-lz4-basic: lz4 datagen unlz4 lz4cat239 $(PRGDIR)/lz4cat tmp.lz4 # must display hello world245 $(PRGDIR)/lz4cat tmp # pass-through mode249 $(PRGDIR)/lz4cat < tmp.lz4 > tmp3 # checks lz4cat works with stdin (#285)251 $(PRGDIR)/lz4cat < tmp > tmp2 # checks lz4cat works with stdin (#285)
183 # install lz4cat and unlz4 symlinks on *nix186 foreach(f lz4cat unlz4)195 foreach(f lz4cat unlz4)
3 lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)34 lz4cat : can cat multiple files in a single command line (#184)145 Added : man pages for lz4c and lz4cat154 Added : lz4cat utility, installed on POSX systems (issue 118)