Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSToolbox
0.4.1
PSToolbox.psm1
Get-ChildItem
"$PSScriptRoot/*.ps1"
|
ForEach-Object
{
.
$_
.
FullName
}
if
(
!
(
Get-Alias
-Name
'grep'
-ErrorAction
'SilentlyContinue'
)
)
{
New-Alias
-Name
'grep'
-Value
'Select-String'
}