Skip to content

Commit

Permalink
type: add Spanish translation (#12691)
Browse files Browse the repository at this point in the history
* type: add Spanish translation

---------

Co-authored-by: Alejandro Cervera <[email protected]>
  • Loading branch information
kant and tricantivu committed May 1, 2024
1 parent 81c9395 commit c191f4d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pages.es/common/type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Tipo

> Muestra el tipo de comando que ejecutar谩 el int茅rprete de comandos.
> Nota: todos los ejemplos no son compatibles con POSIX.
> M谩s informaci贸n: <https://manned.org/type>.
- Muestra el tipo de un comando:

`type {{comando}}`

- Muestra todas las rutas con el ejecutable especificado (solo funciona en los int茅rpretes de comandos Bash/fish/Zsh):

`type -a {{comando}}`

- Muestra el nombre del archivo en disco que se ejecutar铆a (solo funciona en int茅rpretes de comandos Bash/fish/Zsh):

`type -p {{comando}}`

- Muestra el tipo de un comando espec铆fico, alias/palabra clave/funci贸n/integrado/archivo (solo funciona en int茅rpretes de comandos Bash/fish):

`type -t {{comando}}`

0 comments on commit c191f4d

Please sign in to comment.