1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-14 22:15:13 +02:00

Add -0 shortcut for --null

Fixes #419
This commit is contained in:
Roman Proskuryakov
2017-03-28 19:06:30 +03:00
committed by Andrew Gallant
parent b4bc3b6349
commit 01deac9427
3 changed files with 11 additions and 2 deletions

View File

@ -243,7 +243,7 @@ Project home page: https://github.com/BurntSushi/ripgrep
: Don't respect version control ignore files (e.g., .gitignore).
Note that .ignore files will continue to be respected.
--null
-0, --null
: Whenever a file name is printed, follow it with a NUL byte.
This includes printing filenames before matches, and when printing
a list of matching files such as with --count, --files-with-matches