[EMAIL PROTECTED] wrote:

hi, is it possible to get the size of special files in a directory? i
need the size of all gz or html files. this works, i did it with glob.
but how can i get the size of files that match a pattern? for example
all filesnames that contain the string "setup". or all files that are
younger than 7 days and not bigger as 100k and end with gz. can this
alo be done with globbing? i hope you know,what i mean....


The glob operator will return filenames depending on the pattern you specify. File attribute information like access time, modification time, size etc. can be retrieved using file operators provided by perl. These operators are documented in perldoc -f -x




THANKS A LOT:)






-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to