List of popular commands and shortcuts ```bash # from previous comand !0 - command itself !^ - first argument !$ - last argument !* - all arguments # Kubernetes # ~/.kube/config kubectl config get-contexts kubectl config use-context # AWS aws eks update-kubeconfig --name nas ```