The PPT ls Command
This is the home page for the Perl Power Tools
implementation of the standard ls command.
Current Perl implementations are:
- Here's a starter from mjd, who writes:
This isn't done, but I had it lying around, and it's almost done.
It emulates ls -l only. I put considerable work into making it
exactly compatible with the real ls -l.
Since the rest of ls is mostly sorting options, and a thing to display
output in columns, it should be pretty easy to turn this into a clone
of the full ls. Hint hint.
It requires Stat::lsMode.
- Here's a slightly different take on the matter
from tchrist. It's something of a the depth-first all-in-one ls
-l command.
- Here's a version and its
manpage by Mark Fisher, with readme.
Baseline documentation: