Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 244 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 244 Bytes

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>