Copier des fichiers en créant les dossiers de destination.
$ install -D /path/to/source-file /path/with/<unexistant-elements> (1)
1 | Will copy the source-file creating the unexistant directories of the destination |
install
is part of the GNU coreutils.