Move pages back into a "pages" folder
This commit is contained in:
12
pages/osx/pbpaste.md
Normal file
12
pages/osx/pbpaste.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# pbpaste
|
||||
|
||||
> Send the contents of the clipboard to standard output
|
||||
|
||||
- Write the contents of the clipboard to a file.
|
||||
|
||||
`pbpaste > {{file}}`
|
||||
|
||||
- Use the contents of the clipboard as input to a command.
|
||||
|
||||
`pbpaste | grep foo`
|
||||
|
Reference in New Issue
Block a user