シェルスクリプト
スニペットとか
ファイル中のSTUBを置き換える
for file in $(find graph_data/FLMT087451_*); do
sed -e "s/STUB/${file//\//\\/}/" hoge.plt > graph_scripts/$(basename $file .cut.dat).plt;
done;
Backlinks
There are no notes linking to this note.
スニペットとか
ファイル中のSTUBを置き換える
for file in $(find graph_data/FLMT087451_*); do
sed -e "s/STUB/${file//\//\\/}/" hoge.plt > graph_scripts/$(basename $file .cut.dat).plt;
done;
There are no notes linking to this note.