Skip to content

Latest commit

 

History

54 Commits

Folders and files

NameName
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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages