chiyume

shell

Oct 05, 2024

  • unix-shell

Usage

Example multiline command with comments

  • Container
  • Linux
  • Usage

Shebang

#!/bin/sh

Alias

alias k="sudo kubectl"
alias helm="sudo helm --kubeconfig /etc/rancher/k3s/k3s.yaml"

Appendix

  • StackOverflow - How to put a line comment for a multi-line command

Graph View

  • Usage
  • Shebang
  • Alias
  • Appendix