Created
February 7, 2015 04:08
-
-
Save ryuichiueda/995884435d9d873f8b0e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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