mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
298 B
Markdown
13 lines
298 B
Markdown
![]() |
# pbpaste
|
||
|
|
||
|
> Sende den Inhalt der Zwischenablage zum Standardoutput.
|
||
|
> Weitere Informationen: <https://ss64.com/osx/pbpaste.html>.
|
||
|
|
||
|
- Schreibe den Inhalt der Zwischenablage in eine Datei:
|
||
|
|
||
|
`pbpaste > {{datei}}`
|
||
|
|
||
|
- Benutze die Zwischenablage als Eingabe für andere Kommandos:
|
||
|
|
||
|
`pbpaste | grep foo`
|