Plan 9 from Bell Labs’s /usr/web/sources/contrib/arisawa/lr/README

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


lr is a compliment of ls.
lr lists directories recursively.
You will say we have an equivalence:
	du $target | awk '{print "ls -l",$2}'|rc
Yes, using
	du + ls
gives good recursive option to ls.
However I dislike the date format of ls.
That is rather for human reading.
I prefer date field something like
	2003/07/30 06:35:53
that is familiar to us Japanese and easy to handle by machine.

Kenji Arisawa
E-mail: arisawa@aichi-u.ac.jp

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.