Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 643 Bytes

rf.1.scd

File metadata and controls

39 lines (23 loc) · 643 Bytes

rf(1)

NAME

rf - a tiny and simple file finder

SYNOPSIS

rf [-d directory] [pattern ...]

DESCRIPTION

rf will find files or directories based on one or more glob (or optionally substring) patterns, while respecting any ignore rules in rfignore files.

OPTIONS

-d directory Search from specified directory, otherwise defaults to current working directory.

-l count Limit to specified matches count.

-s Match using substrings instead of globs.

-v Invert matches.

-w Match wholename, including path.

SEE ALSO

rfignore(5)

COPYRIGHT

Copyright © 2019 - 2021 Rory Bradford roryrjb@gmail.com.