Skip to content
/ cat Public

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

License

Notifications You must be signed in to change notification settings

denderello/cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages