News

Hi,I need to write a script the lists the files in a specific directory that have been modified in the last 24hrs.In unix, I could just run find . -mtime 0 . It seems there is no one command ...
But, if we want to list all three of the file’s dates (atime, ctime and mtime) or retrieve one of the attributes in a script, one of the versatile tools is a command included in Perl — the ...