pbpaste: add Spanish translation (#10403)

pull/23/head
Darío Hereñú 2023-08-09 10:53:59 -03:00 committed by GitHub
parent a438ce8789
commit 6aa3e3988f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
pages.es/osx/pbpaste.md Normal file
View 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`