1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:53:10 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`