トップに戻る
tags
brew install parallel
コマンド
echo hoge build | parallel --no-notice echo {}/{}
結果
hoge/hoge
parallel --no-notice echo {}/{} ::: hoge
edit