Skip to content

vvkdev/catgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Basic C implementation of the cat and grep utilities.

Implemented flags

  • cat: -b, -e, -E, -n, -s, -t, -T, -v
  • grep: -e, -i, -v, -c, -l, -n, -h, -s, -f, -o

Build

Use make cat / make grep to build the project.

Tests

Use make test to test all combinations of the flags.

About

cat and grep utilities implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published