#!/usr/bin/perl -w opendir( DIR, $ARGV[0] ) || die "canot open $ARGV[0] ($!)\n"; map { $cnt++ unless /^\./ } readdir( DIR ); closedir( DIR ); print $cnt, "\n";
-derby
In reply to Re: Runing Command
by derby
in thread Runing Command
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |