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
- Host: GitHub
- URL: https://github.com/caius/gocat
- Owner: caius
- License: mit
- Created: 2015-01-29T16:57:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T10:38:11.000Z (over 10 years ago)
- Last Synced: 2025-03-21T02:12:32.653Z (over 1 year ago)
- Topics: cat, unix-command
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.