Skip to content

EnDjeee/Find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Find

A simplified version of bash's find tool written in C

Compile

  1. Position yourself in the src directory
  2. make

Run

some examples:

- ./1 . -print  
- ./1 . -delete 
- ./1 . -type d -print 
- ./1 . -type f -delete 
- ./1 . -maxdepth 2 -print
- ./1 . -maxdepth 3 -type f -delete
- ./1 . -maxdepth 1 -gtsize 1000 -type d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published