Skip to content

hicklin/cat-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cat-go

This is a small fun project that I submitted when applying for a job at Canonical a few years ago. This application replicates and fully implements the cat utility.

building

To build cat execute

go build -o cat cmd/cat.go

Test files

This repo comes with two test files that allow you to explore the features offered by cat.

  • test.txt has text and empty lines.
  • test.bin has an enumerated list and the corresponding character for all ascii values. To show unprintable characters use the --show-nonprinting flag.

About

A full implementation of the `cat` utility in golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages