mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pbcopy: add Spanish translation (#10402)
This commit is contained in:
parent
f45bf26575
commit
a438ce8789
1 changed files with 13 additions and 0 deletions
13
pages.es/osx/pbcopy.md
Normal file
13
pages.es/osx/pbcopy.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# pbcopy
|
||||
|
||||
> Copia datos de `stdin` al portapapeles.
|
||||
> Comparable a pulsar Cmd + C en el teclado.
|
||||
> Más información: <https://ss64.com/osx/pbcopy.html>.
|
||||
|
||||
- Coloca el contenido de un archivo específico en el portapapeles:
|
||||
|
||||
`pbcopy < {{ruta/al/archivo}}`
|
||||
|
||||
- Coloca los resultados de un comando específico en el portapapeles:
|
||||
|
||||
`find . -type t -name "*.png" | pbcopy`
|
Loading…
Add table
Reference in a new issue