/Cat_Grep

Cat & Grep implementations.

Primary LanguageCMIT LicenseMIT

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