jus共催 第36回七夕・・・7は素数じゃないですか(しかも2つ)シェル芸勉強会 に参加させて頂きました!
毎回死ぬ
jus共催 第36回シェル芸勉強会を開催しました | 上田ブログ¶
null
jus共催 第36回七夕・・・7は素数じゃないですか(しかも2つ)シェル芸勉強会¶
2018年7月7日さくらインターネットさんのセミナールームにて出題:
知見¶
毎回勉強になります。以下、自分用メモ
パイプの出力はループに渡せる
$ seq 10|while read s ;do echo "ループ$((++l))回目" $s; done
ループ1回目 1
ループ2回目 2
ループ3回目 3
ループ4回目 4
ループ5回目 5
ループ6回目 6
ループ7回目 7
ループ8回目 8
ループ9回目 9
ループ10回目 10
peeコマンドは便利(moreutils)
pee is like tee but for pipes. Each command is run and fed a copy of the standard input. The output of all commands is sent to stdout.
Note that while this is similar to tee, a copy of the input is not sent to stdout, like tee does.
LT¶
深い
素晴らしい…!
レッツゴー難読化シェル芸 from xztaityozx
LTした。これ。みんなで仕込もうゼロ幅スペース!
コメント