`cp` has `--symbolic-link` but `install` doen not have it. `install --symbolic-link` is useful to do ``` mkdir -p /path/to ln -s src /path/to/target ``` at once if exists.
cphas--symbolic-linkbutinstalldoen not have it.install --symbolic-linkis useful to doat once if exists.