diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-24 17:38:00 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-24 17:38:00 +0200 |
commit | 9098bbd6fc49154980c07e7c401acd799fb92773 (patch) | |
tree | 25ee4c707566da072938cf734852d0d3a25dd638 /README.md | |
parent | adca1c80f1116c12d1e034c2c1272b9826e49ef2 (diff) | |
download | lr-9098bbd6fc49154980c07e7c401acd799fb92773.tar.gz lr-9098bbd6fc49154980c07e7c401acd799fb92773.tar.xz lr-9098bbd6fc49154980c07e7c401acd799fb92773.zip |
lr: argument '-' means read files from standard input
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index 49dc30c..60243bc 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,11 @@ Over ls: lr [-0|-F|-l [-TA|-TC|-TM]|-S|-f FMT] [-D] [-H|-L] [-1AGQdhsx] [-U|-o ORD] [-t TEST]* PATH... +The special path argument `-` makes `lr` read file names from standard +input, instead of traversing path. + * `-0`: output filenames seperated by NUL bytes (implies `-Q`). + Likewise, read input filenames seperated by NUL bytes. * `-F`: output filenames and an indicator of their file type (`*/=>@|`). * `-l`: long output ala `ls -l`. * `-TA`: with `-l`, output atime. |