Get the latest tech news
fd: A simple, fast and user-friendly alternative to 'find'
A simple, fast and user-friendly alternative to 'find' - sharkdp/fd
If called with just a single argument like this, fd searches the current directory recursively for any entries that contain the pattern netfl. Also remember that by default, fd only searches based on the filename and doesn't compare the pattern to the full path. Piping fd output into rofi s-dmenu mode creates fuzzy-searchable lists of files and directories.
Or read this on Hacker News