An open API service indexing awesome lists of open source software.

https://github.com/caius/gocat

cat(1) clone in Golang
https://github.com/caius/gocat

cat unix-command

Last synced: 11 months ago
JSON representation

cat(1) clone in Golang

Awesome Lists containing this project

README

          

# 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.