Skip to content

erw7/PsWhich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PsWhich

Provide equivalent of Unix 'which' and 'where' command in PowerSell.

Installation

cd $env:USERPROFILE\Documents\WindowsPowerShell\Modules
git clone git://github.com/erw7/PsWhich.git PsWhich

Configuration

Add the following to your $PROFILE.

Import-Module PsWhich

Basic usage

Get-CommandPath -Path

Show the full path of commands.

Get-CommandPath -All -Path

Show the all full path of commands.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published