Skip to content

scarlet-oni/cat-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

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
--------------------------