-
Notifications
You must be signed in to change notification settings - Fork 0
jsh/makepath
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Write a shell function named makepath that, given a pathname, creates all components in that pathname as directories. For example, the command makepath a/b/c/d should create directories a, a/b, a/b/c, and a/b/c/d. (THe mkdir -p command creates directories in this manner. Solve the problem without using the without using mkdir -p.)
About
An example, recursive shell function
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published