Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 375 Bytes

8hqr.md

File metadata and controls

21 lines (13 loc) · 375 Bytes

cli.fd

The moder replacement for the find command

Synopsis

  fd [options] <pattern> [<directory>]

Overview

You can use fd as a replacement for the find command as a more streamline and faster alternative

It implements some dafault options:

  • Searches for everything inside the cwd
  • Supports full regex syntax

Cookbook