Last active
April 18, 2021 14:17
-
-
Save fpaganetto/00524e1c4e6966d49f0ef64b68795fbd to your computer and use it in GitHub Desktop.
Poweshell to Unix aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New-Alias k kubectl | |
New-Alias grep Select-String | |
New-Alias cat Get-Content | |
New-Alias touch New-Item | |
Set-Alias -Name d docker | |
Set-Alias -Name dc docker-compose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment