Skip to content

Instantly share code, notes, and snippets.

View adithya-s-sekhar's full-sized avatar

Adithya S Sekhar adithya-s-sekhar

  • 11:44 (UTC +05:30)
View GitHub Profile
@adithya-s-sekhar
adithya-s-sekhar / README.md
Created November 20, 2023 12:07 — forked from jpflouret/README.md
paste.exe

Pipe contents of windows clipboard to another command

Usage

To pipe the contents of the clipboard to another command (e.g. grep):

paste | grep pattern

To save the contents of the clipboard to a file: