El tutorial o código que encontrarás en este artículo es la solución más sencilla y efectiva que encontramos a tu duda o dilema.
Ejemplo: mkdir – p linux
The -p flag will create nested directories, but only if they dont exist already.
For example, suppose you have a directory /foo that you have write permissions for.
mkdir -p /foo/bar/baz # creates bar and baz within bar under existing /foo
It is also an idempotent operation, because if you run the same command over again, you will not get an error, but nothing will be created.
Si sostienes alguna incertidumbre o capacidad de regenerar nuestro enunciado te sugerimos escribir una disquisición y con mucho placer lo observaremos.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)