Skip to content

ksilisk/Cat_Grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cat_Grep

Description

My implementation of Cat & Grep bash utilities with tests

Build

Cat

  $ git clone https://github.com/ksilisk/Cat_Grep.git
  $ cd Cat_Grep/cat
  $ make

Grep

  $ git clone https://github.com/ksilisk/Cat_Grep.git
  $ cd Cat_Grep/grep
  $ make

Tests

Cat

  $ cd Cat_Grep/cat
  $ bash cat_tests.sh test.txt

Grep

  $ cd Cat_Grep/grep
  $ bash grep_tests.sh

About

Cat & Grep implementations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published