Skip to content

Instantly share code, notes, and snippets.

@adicirstei
Last active August 29, 2015 14:22
Show Gist options
  • Save adicirstei/bda50fefb7a9a1010910 to your computer and use it in GitHub Desktop.
Save adicirstei/bda50fefb7a9a1010910 to your computer and use it in GitHub Desktop.
function which {
Param ([String]$Name)
(Get-Command $Name).Definition
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment