#!/usr/bin/perl -w
use
strict;
File::Find;
my
$file
=
"access.log"
;
$path
"/"
find ( &process,
);
sub
process {
print
$File
::Find::dir,
"$_\n"
if
( /
/ ); }
exit
0;
#用于在unix文件树结构中查找对象。
by: 发表于:2017-09-12 14:53:13 顶(0) | 踩(0) 回复
??
by: 发表于:2017-09-12 14:53:13 顶(0) | 踩(0) 回复
??
回复评论