9 open FIND
, "find $path -not -path \\*.svn\\* -and -not -path \\*CVS\\* $options 2>/dev/null |";
25 (@ARGV > 0) or push @ARGV, ".";
30 my $path = shift @ARGV;
32 my $str = shift @ARGV;
33 $options{"-x"} .= " -and -not -path \\*".$str."\\*"
34 } elsif ($path =~ /^-/) {
37 my ($tmp, $fname) = get_ts
($path, $options{"-x"});
51 } elsif ($options{"-t"}) {
This page took 0.051634 seconds and 5 git commands to generate.