mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
pamtouil: add Spanish translation (#12655)
* pamtouil: add Spanish translation --------- Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
This commit is contained in:
parent
d8eadb4b5e
commit
14e1cfed03
1 changed files with 12 additions and 0 deletions
12
pages.es/common/pamtouil.md
Normal file
12
pages.es/common/pamtouil.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# pamtouil
|
||||
|
||||
> Convierte un archivo PNM o PAM en un archivo de iconos UIL de Motif.
|
||||
> Más información: <https://netpbm.sourceforge.net/doc/pamtouil.html>.
|
||||
|
||||
- Convierte un archivo PNM o PAM en un archivo de icono Motif UIL:
|
||||
|
||||
`pamtouil {{ruta/a/entrada.[pnm|pam]}} > {{ruta/a/salida.uil}}`
|
||||
|
||||
- Especifique una cadena de prefijo que se imprimirá en el archivo UIL de salida:
|
||||
|
||||
`pamtouil -name {{nombre_uil}} {{ruta/a/entrada.[pnm|pam]}} > {{ruta/a/salida.uil}}`
|
Loading…
Add table
Reference in a new issue