diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-06-08 12:37:44 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-08 14:07:02 -0400 |
commit | 9e087babb7b95af5684d46f47cb99f223432dfe1 (patch) | |
tree | 2f8cb2fa035e966bc1dd03711f3a12c8ae9a9131 /README.md | |
parent | bdc51f99c9033b758223404003cdcb11e85f23bd (diff) | |
download | bfs-9e087babb7b95af5684d46f47cb99f223432dfe1.tar.xz |
RELEASES.md: Add some 2.0 release notes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -94,7 +94,11 @@ $ <strong>bfs</strong> -L <em>haystack</em> -name 'needle' </pre> `bfs` also adds some extra options that make some common tasks easier. -Compare `bfs -name config -exclude -name .git` to +Compare + + bfs -name config -exclude -name .git` + +to find ! \( -name .git -prune \) -name config |