mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Fixes #310 Some files had no newlines, some had 1 newline and some more than 1 newline. Normalize them all to have only 1 newline at the end of all files.
214 B
214 B
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