This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-08-18 09:35:43 +02:00
Code
Activity
82efd2c573
Branches
Tags
No results found.
tldr
/
pages
/
windows
/
clip.md
Owen Voke
47ff6a5631
clip: add page (
#2397
)
2018-10-08 23:07:11 +01:00
211 B
Raw
Blame
History
clip
Copy input content to the Windows clipboard.
Pipe command line output to the Windows clipboard:
{{dir}} | clip
Copy the contents of a file to the Windows clipboard:
clip < {{path/to/file}}