何やっているか逐一コメントしたくなることがよくあるので。
$ echo "fooo.foo.fo0." | # oops. sed 's/fooo/foo/' | # fooo is wrong sed 's/fo0/foo/' | # fo0 is wrong either tr "." "\!\!" # foo in a fever
何やっているか逐一コメントしたくなることがよくあるので。
$ echo "fooo.foo.fo0." | # oops. sed 's/fooo/foo/' | # fooo is wrong sed 's/fo0/foo/' | # fo0 is wrong either tr "." "\!\!" # foo in a fever