aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1d913ac..fee7b76 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,10 @@ you can say
walk | grep foo | sor 'test -f'
+If your filenames might contain newlines, you can say
+
+ walk -0 | grep -z foo | sor -0 'test -f'
+
[find]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html