The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ls2.pl - list directory contents with their ext2 and ext3 attributes

SYNOPSIS

ls2.pl [-a] [FILEs]

DESCRIPTION

List information about the FILEs (the current directory by default). Output is in the format of ls -lh merged with the attributes from lsattr in the second to the last column.

-a

Do not hide entries starting with .

SEE ALSO

ls(1), lsattr(1), Filesys::Ext2

AUTHORS

Jerrad Pierce <jpierce@cpan.org>.

Based upon ls by Mark-Jason Dominus <mjd-perl-lsmode@plover.com>. Includes portions of Stat::lsStat by Mark-Jason Dominus <mjd-perl-lsmode@plover.com>.

Human readable size (-h) by James Mastros.

LICENSE

You may distribute this module under the same terms as Perl itself.