/cat

Very simple re-write of UNIX tool cat in Go only using syscalls

Primary LanguageGoApache License 2.0Apache-2.0

cat

A very simple version of the UNIX tool cat re-written in Go only using syscalls

Usage

No fancy flags are supported. Just plain read(2) of a file's content and write(2) onto stdout with some error processing:

cat <file>