Skip to content

Instantly share code, notes, and snippets.

@ryuichiueda
Created February 7, 2015 04:08
Show Gist options
  • Save ryuichiueda/995884435d9d873f8b0e to your computer and use it in GitHub Desktop.
Save ryuichiueda/995884435d9d873f8b0e to your computer and use it in GitHub Desktop.
import PATH
### ヒアドキュメントを実装する ###
### 代わりに改行できる変数を実装 ###
file awkcode = '{print NR,$1}'
### 変数は直接パイプに突っ込める###
'a
b
c' >>= awk -f awkcode
### リテラルをそのまま書いておくとechoされる###
'俺はエロい'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment