1
0
Fork 0
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:
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

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`