Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 722 Bytes

File metadata and controls

21 lines (16 loc) · 722 Bytes

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.