/netlib/cmd/lr
README
lr is a compliment of ls.
lr lists directories recursively.
usage: lr [-flQpqinaL] [-d depth] [-t time] path ...
you might think that it is better the path parts can be omitted.
but I don't think so.
because the output of lr can be huge. we must be caeful to use this command.
NOTE: ver.2.2
added -p option
NOTE: ver.2.1
added -f option
NOTE: ver.2.0
more support to unix.
added -L option that instruct to follow links.
NOTE: ver.1.4
added -q option that shows qid.
NOTE: ver.1.3
added ISO-8601 like date style such as
2013-05-30 06:16:58
is added with the option -i.
default date style is such as
2003/07/30 06:35:53
that is familiar to us japanese.
I hate the traditional date format that is seen in /bin/ls.
note on options
-f:
list only files
-l:
long format. the date style is japanese style such as:
2003/07/30 06:35:53
-i:
show date using iso-8601 style such as
2013-05-30 06:16:58
-n:
show date using unix epoch
-d depth:
search directory depth (positive integer)
-D depth: search directory of depth (depth >= 0)
-Q:
in long format, lr print path name using quote if space is in the name.
the option disables this feature and instead TAB is used as field separator.
-q:
shows qid. the examples are:
00000000000c3f81 00035 00 lr.c
00000000000c3f81 00035 00 --rw-r--r-- arisawa arisawa 5375 2013/07/20 09:12:02 lr.c
-t time:
list only files modified since given time (seconds since unix epoch).
-at time:
list only files accessed since given time (seconds since unix epoch).
-L: follow links (for unix)
-p: show only path elemnts followed given arguments
Kenji Arisawa
E-mail: arisawa@aichi-u.ac.jp
Contents
904 MAN_LR
1640 README
1879 lr-1.0.tgz
2025 lr-1.1.tgz
2351 lr-1.2.tgz
2360 lr-1.2a.tgz
2577 lr-1.3.tgz
2587 lr-1.3a.tgz
3704 lr-1.4.tgz
3674 lr-1.5.tgz
7728 lr-2.0.tgz
9034 lr-2.0b.tgz
9129 lr-2.1.tgz
9158 lr-2.2.tgz
5278 lr-2.3.tgz
5325 lr-2.3a.tgz
5357 lr-2.3b.tgz