Oct 30, 2006 #1 MJAZ Programmer Aug 1, 2006 73 US Is there a script that I could use that would tell a Perl script what the size of a file/folder is?
Oct 30, 2006 #2 Annihilannic MIS Jun 22, 2000 6,317 AU You could try the Perl forum for a suitable module. Being a Unix guy I would just run du -s from the Perl script to get the directory size. Annihilannic. Upvote 0 Downvote
You could try the Perl forum for a suitable module. Being a Unix guy I would just run du -s from the Perl script to get the directory size. Annihilannic.
Nov 1, 2006 #3 bdw238 MIS Dec 15, 2005 52 GB Have a look at the "stat" function in perl. Brian Upvote 0 Downvote
Nov 1, 2006 Thread starter #4 MJAZ Programmer Aug 1, 2006 73 US Thanks you for all your help! Upvote 0 Downvote