From 3b60bbb5942d8ecfc9913d8dbda7b0cf1a0329b3 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 23 Oct 2015 19:41:05 +0200 Subject: add shell quoting --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 99aa027..acf406a 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ best features of `ls(1)`, `find(1)` and `du(1)`. ## Usage: - lr [-0|-F|-l|-f FMT] [-D] [-H|-L] [-1dsx] [-U|-o ORD] [-t TEST]* PATH... + lr [-0|-F|-l|-f FMT] [-D] [-H|-L] [-1Qdsx] [-U|-o ORD] [-t TEST]* PATH... -* `-0`: output filenames seperated by NUL bytes. +* `-0`: output filenames seperated by NUL bytes (implies `-Q`). * `-F`: output filenames and an indicator of their file type (`*/=>@|`). * `-l`: long output ala `ls -l`. * `-f FMT`: custom formatting, see below. @@ -16,6 +16,7 @@ best features of `ls(1)`, `find(1)` and `du(1)`. * `-H`: only follow symlinks on command line. * `-L`: follow all symlinks. * `-1`: don't go below one level of directories. +* `-Q`: don't shell quote file names. * `-d`: don't enter directories. * `-s`: don't print leading `./`. * `-x`: don't enter other filesystems. -- cgit 1.4.1