scarlet-oni/cat-utility
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
#### ## ###### ## ## ###### #### #### #### ###### ## ##
## ## #### # ## # ## ## # ## # ## ## ## # ## # ## ##
## ## ## ## ## ## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## ####
## ###### ## ## ## ## ## ## # ## ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ##
#### ## ## #### ##### #### #### ####### #### #### ####
_________________________________________________________________________________________________
ABOUT
_________________________________________________________________________________________________
Description: My implementation of the cat utility for viewing files in Golang
Program: Cat utility
Languages: Golang - go1.23.5
Tested on: Linux 6.11.2
Author: scarlet-oni
_________________________________________________________________________________________________
PROGRAM LAUNCH
_________________________________________________________________________________________________
---------------------------
| --- Compilation: ---
|
| - With Makefile:
| $ make
| - With go-build command:
| $ go build cat.go
| - Binary:
| // see in release
---------------------------
---------------------------
| --- Launch: ---
|
| - $ ./cat file.txt
--------------------------