#!/usr/bin/perl use strict; use CGI; my $query = new CGI; my $filter = "*.pl *.txt"; print "Content-type: text/plain"; my $lsoutput = `ls -lt $filter`; print "\n$lsoutput";
In reply to Re: Outputting contents of ls -lt
by marto
in thread Outputting contents of ls -lt
by mh53j_fe
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |