#!/usr/bin/perl use strict; use File::Find::Rule; use File::Copy; my $directory = 'F'; my $newlocation = 'a'; my @subdirs = File::Find::Rule->directory->in( $directory ); foreach my $dir (@subdirs){ #stat move("$dir", "$newlocation/$dir"); }
In reply to Re: Age of directories again with a specified directory
by arcnon
in thread Age of directories again with a specified directory
by dilip_val
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |