Skip to content

Instantly share code, notes, and snippets.

@raksa
Last active January 3, 2019 08:05
Show Gist options
  • Save raksa/3049d8ab0089777424287482e39c7ab1 to your computer and use it in GitHub Desktop.
Save raksa/3049d8ab0089777424287482e39c7ab1 to your computer and use it in GitHub Desktop.
pipe output to clipboard
  • windows > dir /b | clip
  • linux $ ls | xclip -se c
  • mac $ ls | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment