by shigemk2

当面は技術的なことしか書かない

2017-06-05から1日間の記事一覧

fish shell one-liner for

for x in (seq 5); uuidgen >> (date +"%Y%m%d".csv); end こういうふうに書く。なお、;を省くと、以下のようなエラーに見舞われる。 for x in (seq 5) uuidgen >> (date +"%Y%m%d".csv) end Expected end of the statement, but instead found a redirectio…