like ls -larRt, only useful
  • Perl 63.7%
  • Roff 34.9%
  • Makefile 1.4%
Find a file
2021-09-14 00:50:28 +02:00
.gitignore print directory before its entries in non-sorted output 2017-04-07 16:32:43 +02:00
larrt larrt: nicer usage message formatting 2021-09-14 00:50:28 +02:00
larrt.1 documentation and usage improvements 2019-01-04 16:32:28 +01:00
Makefile Makefile: push and clean rules 2017-04-10 15:33:48 +02:00
README documentation: new README and manpage 2017-04-07 16:12:37 +02:00

-*- text -*-

larrt
=====

The larrt program was first created to answer the question "what has
recently changed in this directory tree?" and printed a listing of
the files in that tree, sorted by their mtime. Hence the name -- it
is like an "ls -lart", only recursive, so there is a second 'r'.

Over the time it grew to cover more use cases, and earned a few more
options for other sorting methods (atime, ctime, pathname, size,
reverse, none), entry selection (dotted, all dotted, directories)
and display (path name only, SHA-256 digest, Zulu time). See the man
page (or just "larrt -?") for details.