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.