GitHunt
DE

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

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>

Languages

Go100.0%

Contributors

Apache License 2.0
Created May 9, 2015
Updated May 9, 2015
denderello/cat | GitHunt