Skip to content

mentalsquirt/SimpleBashUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

My implementation of cat and grep linux utilities featuring regex.h

I've built this project for educational purposes while studying at School 21. Both cat and grep support many flags, including combinations of them with rules of placement based on the ones that are used in built-in analogs. Leaks utility made it easy to make sure that no memory leakage is possible.

Grep implementation allows for more than one expression being included in search. (usage: grep -e [pattern] -f [file] -e[pattern] ... [file...])

About

cat and grep utilities in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published