Skip to content

Instantly share code, notes, and snippets.

@mitakeck
Created September 8, 2017 01:07
Show Gist options
  • Save mitakeck/421559e740ef72f682d954d3af03572b to your computer and use it in GitHub Desktop.
Save mitakeck/421559e740ef72f682d954d3af03572b to your computer and use it in GitHub Desktop.
awk のエイリアス
# row : awk のエイリアス
alias row='() {awk "{print \$${1:-1}}"}'
alias average='() { awk "{m+=\$${1:-1}} END{print m/NR}"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment