小编azz*_*zid的帖子

perl -f check fails to identify file

I have a perl script that goes through a folder with a couple of thousand files.

When I started writing the script I was unaware of the perl File::Find functions, so in order to list all the files in the structure I used something along the line of:

open (FILES, "$FIND $FOLDER -type f |");
while (my $line = <FILES>) {...}
Run Code Online (Sandbox Code Playgroud)

Now however I figured I would try doing this from perl instead of launching a external program. (No real …

perl file

12
推荐指数
1
解决办法
1471
查看次数

标签 统计

file ×1

perl ×1