/chase

Like `find` but using threads

Primary LanguageCMIT LicenseMIT

Chase

Like find but using threads.

Build from source

Dependencies

You have to met the following dependencies: gcc, make, git.

  • Clone repository
git clone https://github.com/BetulioMay/chase.git
  • Build project:
cd chase
make

Usage

  • Search by filename:
./bin/chase <dir> -n <filename>
  • Search by filetype:
./bin/chase <dir> -t [f | d]

f for regular files and d for directory file.