-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

fd


> An alternative to `find`.

> Aims to be faster and easier to use than `find`.

More information.


Recursively find files matching the given pattern in the current directory:

fd {pattern}

Find files that begin with "foo":

fd {'^foo'}

Find files with a specific extension:

fd --extension {txt}

Find files in a specific directory:

fd {pattern} {path/to/directory}

Include ignored and hidden files in the search:

fd --hidden --no-ignore {pattern}

Execute a command on each search result returned:

fd {pattern} --exec {command}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:43:49 2024