pbpaste: add German translation (#9435)

This commit is contained in:
Dominik Pabst
2022-11-12 16:13:14 +01:00
committed by GitHub
parent eefe5a6c52
commit a882a62c66

12
pages.de/osx/pbpaste.md Normal file
View File

@@ -0,0 +1,12 @@
# 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`