Assume the nested directories foo/bar and the empty dest directory. I would like to call something like install foo dest so that dest contains the foo/bar directory.
I tried the following:
install foo dest => install: exclude the directory "foo"
install -d foo dest => nothing happens
linux unix bash shell install
mtsz
source share