mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* npm: improved description of npm list and npm install * npm, nvm: add Spanish translation * nvm: add Spanish translations to the commands * helm-install, helm, nest, netlify, next, nginx, vite: add Spanish translation * choco, clear, cmd, del, dir, mkdir: add Spanish translation * helm-*: update Spanish translation Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages.es/common: update pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages.es/windows: update pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Darío Hereñú <magallania@gmail.com>
288 B
288 B
mkdir
Crea un directorio. Más información: https://learn.microsoft.com/windows-server/administration/windows-commands/mkdir.
- Crea un directorio:
mkdir {{ruta\al\directorio}}
- Crea un árbol de directorios anidado de forma recursiva:
mkdir {{ruta\al\sub_directorio}}