Skip to content

jirotubuyaki/dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Directory Enumeration Algorithm by Perl

Requirements

Please install Perl. This program enumerates all directories. And display All size under the directory.

Run this program

Main program is "search.pl".
Please change paths for enumaration in this program.

$path = "/Users/okada/Desktop/"; #CHANGE root directory
@path = "/Users/okada/Desktop/"; #CHANGE root directory

Please use this command :

> perl search.pl

Acknowledgments

This activity would not have been possible without the support of my family and friends. To my family, thank you for lots of encouragement for me and inspiring me to follow my dreams. I am especially grateful to my parents, who supported me all aspects.

Releases

No releases published

Packages

No packages published

Languages