X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fsave.pl;h=02835ef721dee95edbe115037d5657462e665baa;hb=fd0973e8351e0fc5e762034da5fa02e2a715b6dd;hp=9d49244564954f5bbc89d199c3f25fe381fbd2ff;hpb=6ccf38d2c9db51eddfc0617f03b25b527b241001;p=spider.git diff --git a/cmd/save.pl b/cmd/save.pl index 9d492445..02835ef7 100644 --- a/cmd/save.pl +++ b/cmd/save.pl @@ -1,6 +1,8 @@ # # save the output of ANY command to a file # +# From an idea by Rene OZ1LQH +# # Copyright (c) 2002 Dirk Koopman G1TLH # # $Id$ @@ -24,10 +26,12 @@ if ($line =~ /-a/) { # append to the file $app_req = '>>'; } +#$DB::single = 1; + my ($fn, $rest) = split /\s+/, $line, 2; $fn = "$main::root/packclus/$fn" unless $fn =~ m|^/|; -$fn =~ s/..//g; -$fn =~ m|/+|/|g; +$fn =~ s/\.\.//g; +$fn =~ s|/+|/|g; $fn .= '_' . cldate if $date_req; $fn .= '_' . ztime if $time_req; $fn =~ s/\s+//g;