8000 GitHub - jsh/makepath: An example, recursive shell function
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jsh/makepath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published
0