Skip to content
/ tcat Public

like Unix `cat` utility but transparently decompresses gzip and bzip2 files

License

Notifications You must be signed in to change notification settings

jsleeio/tcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcat

what?

tcat is much like cat but transparently decompresses files named with .gz suffix as gzip, and files named with .bz2 suffix as bzip2. Other files are treated as uncompressed.

options

$ tcat -help
Usage of ./tcat:
  -summary
    	summarize file types and line counts only

license

Copyright 2019 John Slee. Released under the terms of the MIT license as included in this repository.

About

like Unix `cat` utility but transparently decompresses gzip and bzip2 files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published