mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +02:00
rd: update Spanish translation (#14067)
This commit is contained in:
parent
5cbdea2f1e
commit
73628feb8e
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,12 @@
|
||||||
# rd
|
# rd
|
||||||
|
|
||||||
> Este comando es un alias de `rmdir`.
|
> Este comando es un alias de `rmdir` en la consola de comandos, y subsecuentemente de `Remove-Item` en PowerShell.
|
||||||
> Más información: <https://learn.microsoft.com/windows-server/administration/windows-commands/rd>.
|
> Más información: <https://learn.microsoft.com/windows-server/administration/windows-commands/rd>.
|
||||||
|
|
||||||
- Muestra la documentación del comando original:
|
- Vea documentación del comando original de la consola:
|
||||||
|
|
||||||
`tldr rmdir`
|
`tldr rmdir`
|
||||||
|
|
||||||
|
- Vea documentación del comando original de PowerShell:
|
||||||
|
|
||||||
|
`tldr remove-item`
|
||||||
|
|
Loading…
Add table
Reference in a new issue