Skip to content

Lycoon/myfind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Myfind

Personal recreation in 1 week of find UNIX program using C99.

Using

  • make to clean trash files and compile myfind
  • make check to run tests from tests/exec.sh folder
  • make clean to clean generated trash files

Compiling flags

The project is compiled using the following flags -Wall -Wextra -Werror -pedantic -std=c99

About

Personal recreation of find UNIX program

Topics

Resources

Stars

Watchers

Forks