Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

mkfolders

Perl script for creating a list of folders

Usage:

mkfolders {[--destination|-d DESTINATION-FOLDER] [--file|-f FILE] FOLDER1 [FOLDER2 ...]} | {--help|-h|-?}

where the options are:

  • --help|-h|-?: show help and exit
  • --dest|-d DESTINATION-FOLDER: folder in which the list of folders will be created (default is '.')
  • --perms|-p PERMISSIONS: permissions with which the folders should be created (default is 0755)
  • --file|-f FILE: file with the list of folder names, one on a line
  • FOLDER1, FOLDER2, ...: list of folder names to be created. If a folder name is a single '-', read folder names from STDIN

About

Perl script for creating a list of folders

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages