Tag: Perl Power Tools
-
Perl Cookbook, ch. 09.13: lst – list sorted directory contents (depth first)
https://resources.oreilly.com/examples/9780596003135/blob/master/cookbook.examples/ch09/lst https://github.com/briandfoy/PerlPowerTools/blob/master/bin/ls Using “-l” for “long listing” this utility (“lst”) lists the respective time stamp with a precision down to seconds. This utility obviously is a Perl script with rather few depencies. The “ls” of GNU coreutils does this as well with “–time-style” and even nicer (IMO). This utility is a binary one and needs…
-
added “Perl Power Tools” to the PPT “disambiguation page” on the English wikipedia
en.wikipedia.org/wiki/PPT I am curious, how long this entry will survive there. It’s actually not referring to an existing article on the Perl Power Tools. It’s just meant to tell “the reader”, hey, there are these nice Perl Power Tools out there, and they also get abbreviated as PPT. Well, yes, I could create a wikipedia…
-
PPT’s perlish diff got released outside PPT a long time ago
Diff – Compare two files and print differences
-
PPT = Perl Power Tools: “Unix Reconstruction Project”
http://perlpowertools.com http://www.metacpan.org/module/PerlPowerTools metacpan.org/release/ppt https://github.com/briandfoy/PerlPowerTools http://blogs.perl.org/users/brian_d_foy/2014/09/revitalizing-the-perl-power-tools.html http://cpansearch.perl.org/src/CWEST/ppt-0.14/html/index.html – maybe the best entrance to read up on the project Welcome to the Unix Reconstruction Project. Our goal is quite simply to reimplement the classic Unix command set in pure Perl, and to have as much fun as we can doing so. I would really love to have a few more…