Permanent PowerShell aliases with parameters #shorts

preview_player
Показать описание
How easy is it to create aliases in PowerShell to make live more easy!
#shorts #powershell #terminal

Used commands:
alias
alias | findstr -i ls
$profile
cd documents
ls
New-Item $profile -force -itemtype file
new-alias -name np -value notepad
Function Rocky1 {docker start 21a800ae6193; docker exec -it --user itvraag -w /home/itvraag 21a800ae6193 bash}
Set-Alias -Name Ro1 -Value Rocky1
Рекомендации по теме