pages.es/*: add Spanish translation; npm: update page (#11297)
* 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>
This commit is contained in:
24
pages.es/windows/dir.md
Normal file
24
pages.es/windows/dir.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# dir
|
||||
|
||||
> Lista el contenido del directorio.
|
||||
> Más información: <https://learn.microsoft.com/windows-server/administration/windows-commands/dir>.
|
||||
|
||||
- Muestra el contenido del directorio actual:
|
||||
|
||||
`dir`
|
||||
|
||||
- Muestra el contenido de un directorio determinado:
|
||||
|
||||
`dir {{ruta\al\directorio}}`
|
||||
|
||||
- Muestra el contenido del directorio actual, incluidos los ocultos:
|
||||
|
||||
`dir /a`
|
||||
|
||||
- Muestra el contenido de un directorio determinado, incluidos los ocultos:
|
||||
|
||||
`dir {{ruta\al\directorio}} /a`
|
||||
|
||||
- Muestra una lista de directorios y archivos, sin información adicional:
|
||||
|
||||
`dir /b`
|
Reference in New Issue
Block a user