mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 13:13:52 +02:00
pbcopy: update page (#8372)
* pbcopy: fix stdin/stdout mixup in description * Update pages/osx/pbcopy.md Co-authored-by: Adrien Thebo <adrien@lagrange-automation.io> * Update pages/osx/pbcopy.md Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com> * Conform pbcopy page to tldr standards Co-authored-by: Adrien Thebo <adrien@lagrange-automation.io> Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
This commit is contained in:
parent
93ed1e4838
commit
278ac3f439
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
# pbcopy
|
||||
|
||||
> Place standard output in the clipboard.
|
||||
> Copy data from stdin to the clipboard.
|
||||
> More information: <https://ss64.com/osx/pbcopy.html>.
|
||||
|
||||
- Place the contents of a file in the clipboard:
|
||||
- Place the contents of a specific file in the clipboard:
|
||||
|
||||
`pbcopy < {{file}}`
|
||||
`pbcopy < {{path/to/file}}`
|
||||
|
||||
- Place the results of a command in the clipboard:
|
||||
- Place the results of a specific command in the clipboard:
|
||||
|
||||
`find . -type t -name "*.png" | pbcopy`
|
||||
|
|
Loading…
Add table
Reference in a new issue