Skip to content

Instantly share code, notes, and snippets.

@devlights
Created January 30, 2013 06:48
Show Gist options
  • Save devlights/4671273 to your computer and use it in GitHub Desktop.
Save devlights/4671273 to your computer and use it in GitHub Desktop.
PowerShellでクリップボードの内容を取得したり、設定したりする方法
  • Out-Clipboard (ocb)
    • dir | ocb
  • Get-Clipboard (gcb)
    • gcb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment