diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-03-01 09:39:15 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-03-01 09:39:15 -0500 |
commit | 128b30dfdb11ba16514da6d8a6d5b9b0ac159cc8 (patch) | |
tree | 34e27a2d9688fde00a52d4c994e0daeceabad426 /README.md | |
parent | 14a25f64a35eabbf00e597eec1887d350c2fb1c7 (diff) | |
download | bfs-128b30dfdb11ba16514da6d8a6d5b9b0ac159cc8.tar.xz |
README: Fix typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |