From ff4ea8adc60b554078acccd1b6b4c31739ba9829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Le=C3=B1ero?= Date: Sun, 22 Oct 2017 21:40:39 -0500 Subject: [PATCH] dir -> directory --- pages/common/fd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/fd.md b/pages/common/fd.md index 7edaf19440..a0eede896c 100644 --- a/pages/common/fd.md +++ b/pages/common/fd.md @@ -2,7 +2,7 @@ > A simple, fast and user-friendly alternative to find. -- Find files under current dir that match a pattern: +- Find files under current directory that match a pattern: `fd {{pattern}}` @@ -14,7 +14,7 @@ `fd --extension {{.ext}} {{pattern}}` -- Find files under a specific dir: +- Find files under a specific directory: `fd {{pattern}} {{path/to/dir}}`