alias | where {$_.Definition -eq "Set-Location"}
Back from the airport, checked my e-mail and decided I would finally switch to PowerShell as it starts to have the same responsiveness as CMD.EXE when typing DIR. My first """"fancy"""" command? Here it is:
alias | where {$_.Definition -eq "Set-Location"}
Some resources:
- http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx
- http://blogs.msdn.com/powershell/