シェルスクリプトの中で1行ずつ変数を分割する際には、cutとかawkとか余計なプロセスを起動せずsetを使って分割した方が効率的 2016年6月16日 millLeave a comment http://sechiro.hatenablog.com/entry/2015 […] Continue reading »
bash メモ shell 入出力 >> パイプ 2016年6月11日 millLeave a comment シェルの入出力制御あれこれ http://qiita.com/tag1216/i […] Continue reading »
bash 直下のディレクトリのみ取得 find ls 2016年5月28日 millLeave a comment CURRENT_DIR="/DIR" ".&quo […] Continue reading »
awk 内で bash 関数を呼び出す 2016年5月28日 millLeave a comment $ awk '{print "'`echo " […] Continue reading »
bash シェルスクリプトで、配列内の文字列と一致するかどうか 2016年5月26日 millLeave a comment http://orebibou.com/2015/09/シェルスクリプトで、配列 […] Continue reading »
bash String operations on arrays 2016年5月26日 millLeave a comment http://tldp.org/LDP/abs/html/arrays.html […] Continue reading »
bash array 配列の表示・追加・削除・ループ 2016年5月26日 millLeave a comment 【bash】シェルの配列について シェル (bash) の配列について使い方をま […] Continue reading »
bash exists ファイル ディレクトリ 存在するか 2016年5月26日 millLeave a comment http://sweng.web.fc2.com/ja/program/bash […] Continue reading »
sed bash 文字列置換 2016年5月26日 millLeave a comment https://hydrocul.github.io/wiki/commands […] Continue reading »