mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 09:46:12 +02:00
cd: update Spanish translation (#10021)
* cd: update Spanish translation --------- Co-authored-by: info - chan <73496008+ImAPersonCalledBoris@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
0f672fbaed
commit
d1656c0107
1 changed files with 6 additions and 2 deletions
|
@ -7,14 +7,18 @@
|
|||
|
||||
`cd`
|
||||
|
||||
- Ir a la raíz de la unidad actual:
|
||||
|
||||
`cd \`
|
||||
|
||||
- Mover al directorio superior:
|
||||
|
||||
`cd ..`
|
||||
|
||||
- Mover a un directorio específico en el mismo disco:
|
||||
|
||||
`cd {{ruta/al/directorio}}`
|
||||
`cd {{ruta\al\directorio}}`
|
||||
|
||||
- Mover a un directorio específico en otro disco:
|
||||
|
||||
`cd /d {{C}}:{{ruta/al/directorio}}`
|
||||
`cd /d {{C}}:{{ruta\al\directorio}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue