in reply to Re: Unix - Keep the last modified file in the directory and move/copy the rest of the files.
in thread Unix - Keep the last modified file in the directory and move/copy the rest of the files.

I think you'd want to shift @files; rather than pop because -M returns the age of the file in days, not the actual mtime.

Also, it looks like a last minute name change bit you. That should be readdir SRC; rather than DIR.

-sauoq
"My two cents aren't worth a dime.";
  • Comment on Re: Re: Unix - Keep the last modified file in the directory and move/copy the rest of the files.