mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pbpaste: add Spanish translation (#10403)
This commit is contained in:
parent
a438ce8789
commit
6aa3e3988f
1 changed files with 13 additions and 0 deletions
13
pages.es/osx/pbpaste.md
Normal file
13
pages.es/osx/pbpaste.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# pbpaste
|
||||
|
||||
> Envía el contenido del portapapeles a la salida estándar.
|
||||
> Comparable a pulsar Cmd + V en el teclado.
|
||||
> Más información: <https://ss64.com/osx/pbpaste.html>.
|
||||
|
||||
- Escribe el contenido del portapapeles en un archivo:
|
||||
|
||||
`pbpaste > {{ruta/al/archivo}}`
|
||||
|
||||
- Utiliza el contenido del portapapeles como entrada de un comando:
|
||||
|
||||
`pbpaste | grep foo`
|
Loading…
Add table
Reference in a new issue