| Memoize | BasicWerk
						 
						EC Support
						 
						Technique
						 
						Facebook | 
| 20141014152522_Shell_heredoc_and_redirect | 
| Shell_heredoc_and_redirect 
 zsh 
 ヒアドキュメントとリダイレクトを組み合わせるときは、ヒアドキュメント本体の開始前にリダイレクトしておく(書き順の問題) % sqlite3 -csv -header sample.db << EOT > items.csv heredoc> SELECT * heredoc> FROM items heredoc> ; heredoc> EOT % cat items.csv sys_id,item_num,item_name 1,100,"Kind of Blue" 2,100,"Kind of Blue(Columbia)" 3,200,Milestone 
 | 
| © Shin Nakamura/BasicWerk 2014 |