NAME

testDirTree.pl - Print a directory hierarchy.

SYNOPSIS

...>perl testDirTree.pl -i obj -i CVS dirName

DESCRIPTION

testDirTree.pl runs under both Unix and DOS (aka Windows).

testDirTree.pl outputs the directory tree starting at the given directory. The complete path to the given directory is output, but sibling directories are ignored.

COMMAND LINE SWITCHES

testDirTree.pl provides these switches:

  • -help. Display help and terminate with exit(0)

  • -ignore. Specify a series of directories to ignore. Repeat for each directory

REQUIRED MODULES

  • Class::Tree - one of mine

  • Cwd

  • Getopt::Simple - one of mine

  • projectLib.pl - one of mine

AUTHOR

testDirTree.pl was written by Ron Savage <rpsavage@ozemail.com.au> in 1997.

LICENCE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.