Skip to content

FastFind (ff) is a fast file pattern matching executer for linux.

License

Notifications You must be signed in to change notification settings

wubinary/fastFind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastFind (ff)

FastFind (ff) is a fast file pattern matching executer for linux.

Install

# build ff && unitest ff
> git clone https://github.com/wubinary/fastFind.git && cd fastFind
> ./build.sh Release && ./run.sh

# run ff
> export PATH=~/.local/bin/:$PATH
> ff <Pattern> <RootPath>

Usage

NAME
    ff - fast file name pattern matching.

USAGE
    ff <Pattern> <RootPath>

OPTIONS
    -p, --pattern, $0
        File pattern that you are searching for.

    -r, --root, $1
        Root directory that file matching searched.

    -v, --version
        Display version information and exit.  No other output is generated.

    -h, --help
        Display help text and exit. No other output generated.

Demo

ff usage

find ~ -name "*mai*" V.S. ff mai ~

About

FastFind (ff) is a fast file pattern matching executer for linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published