Skip to content

Instantly share code, notes, and snippets.

@fpaganetto
Last active April 18, 2021 14:17
Show Gist options
  • Save fpaganetto/00524e1c4e6966d49f0ef64b68795fbd to your computer and use it in GitHub Desktop.
Save fpaganetto/00524e1c4e6966d49f0ef64b68795fbd to your computer and use it in GitHub Desktop.
Poweshell to Unix aliases
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