Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linux OS -> Perl directory size

Status
Not open for further replies.

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?
 
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.
 
Thanks you for all your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top