Skip to content

caius/gocat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gocat

/bin/cat implemented in go

Behaviour

  • Copies stdin to stdout given no arguments
  • Given arguments, doesn't read from stdin
  • Interprets arguments as filenames
  • - is a special argument meaning stdin
  • Copies contents of files given in order given

License

MIT. See LICENSE for details.

About

cat(1) clone in Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages