diff options
Diffstat (limited to 'lr.1')
-rw-r--r-- | lr.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lr.1 b/lr.1 index 9f88a98..8a9ecee 100644 --- a/lr.1 +++ b/lr.1 @@ -19,11 +19,22 @@ is a versatile tool to generate file listings with configurable formatting, ordering and filtering. .Pp +The special +.Ar path +argument +.Ic \&- +makes +.Nm +read file names from standard input, +instead of traversing +.Ar path . +.Pp The options are as follows: .Bl -tag -width Ds .It Fl 0 Output filenames seperated by NUL bytes (implies .Fl Q ) . +Likewise, read input filenames seperated by NUL bytes. .It Fl F Output filenames and an indicator of their file type (one of .Sq Li */=>@| ) . |