From cf9abb144b5e7c383eb2d09a01f7ca44527c103f Mon Sep 17 00:00:00 2001 From: trinib Date: Tue, 15 Nov 2022 00:13:48 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f6337ab..c59eaad 100644 --- a/README.md +++ b/README.md @@ -4423,23 +4423,23 @@ _**Usage**_ : fd foo -Search in current directory, the string pattern name "foo" of all parent & subdirectories and files. +Search in current directory, the string pattern name "foo", in parent|sub directories and files. fd foo /FOO2 -Search in "FOO2" directory, the string pattern name "foo" of all parent & subdirectories and files. +Search in "FOO2" directory, the string pattern name "foo", in parent|sub directories and files. fd -g|--glob foo -Search in current directory, the glob pattern name exactly "foo" of all parent & subdirectories and files. +Search in current directory, the glob pattern name matching "foo", in parent|sub directories and files. fd -g|--glob foo /FOO2 -Search in "FOO2" directory, the glob pattern name exactly "foo" of all parent & subdirectories and files. +Search in "FOO2" directory, the glob pattern name matching "foo", in parent|sub directories and files. fd foo /FOO2 -Search in the directory "FOO2", the string pattern name "foo" of all parent & subdirectories and files. +Search in the directory "FOO2", the string pattern name "foo", in parent|sub directories and files. fd /foo -p|--path /FOO2 @@ -4463,7 +4463,7 @@ _**Usage**_ : fd -a|--absolute-path foo -Search in current directory showing the full path, the string name "foo" of all parent & subdirectories and files. +Search in current directory showing the full path, the string name "foo", in parent|sub directories and files. fd -e|--extension txt @@ -4481,6 +4481,7 @@ _**Usage**_ : > man fd # +

A faster way to move around directories