Skip to content

nickkipshidze/nat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nat

Nick's version of concatenate program.

Python is my native language so if my C code isn't following good practice or has some issues please correct me on them.

Examples

$ nat
Usage: nat [FILE]...
Concatenate FILE(s) to standard output.

-p, --pipes              better output formatting with ascii pipes
-P, --no-pipes           no output formatting with ascii pipes
-c, --color              use color escape sequences
-C, --no-color           dont use color escape sequences
    --help               display this help and exit
$ nat nat.c
┌──── nat.c 
│
│   #include <stdio.h>
│   #include <stdbool.h>
│   #include <string.h>
│   
. . .

Running the code

  1. Clone the GitHub repository: git clone https://github.com/NickKipshidze/nat
  2. cd into the directory: cd nat
  3. Build the project: make
  4. Run the binary: ./nat

About

Nick's version of concatenate program

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published