so-dang-cool / findup

Find parent directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

findup

findup 1.1.2

USAGE:
    findup FILE

FLAGS:
    -h, --help    Prints help information
    -V, --version Prints version information

Finds a directory containing FILE. Tested by filename with exact string equality. Starts searching at the current working directory and recurses "up" through parent directories.

The first directory containing FILE will be printed. If no directory contains FILE, nothing is printed and the program exits with an exit code of 1.⏎      

Installation

Packaging status

Misc

MIT License. By J.R. Hill (justin (at) so.dang.cool)

About

Find parent directories

License:MIT License


Languages

Language:Zig 83.2%Language:Shell 16.8%