From 128b30dfdb11ba16514da6d8a6d5b9b0ac159cc8 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 1 Mar 2022 09:39:15 -0500 Subject: README: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index cfc13cf..19b6e06 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Unlike `-prune`, `-exclude` even works in combination with `-depth`/`-delete`. `-hidden` matches "hidden" files (dotfiles). `bfs -hidden` is effectively shorthand for - find \( -name '.*' -not -name . -not -name ..` \) + find \( -name '.*' -not -name . -not -name .. \) `-nohidden` is equivalent to `-exclude -hidden`. -- cgit v1.2.3