Move pages back into a "pages" folder
This commit is contained in:
12
pages/osx/pbcopy.md
Normal file
12
pages/osx/pbcopy.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# pbcopy
|
||||
|
||||
> Place standard output in the clipboard
|
||||
|
||||
- Place the contents of a file in the clipboard.
|
||||
|
||||
`pbcopy < {{file}}`
|
||||
|
||||
- Place the results of a command in the clipboard
|
||||
|
||||
`find . -type t -name "*.png" | pbcopy`
|
||||
|
Reference in New Issue
Block a user