jirotubuyaki / dir

Directory Enumeration Algorithm by Perl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Directory Enumeration Algorithm by Perl

License:GNU General Public License v3.0


Languages

Language:Perl 100.0%