Shell Script/grep
sed [OPTION]... {script-only-if-no-other-script} [input-file]...
区切り文字はスラッシュがよく用いられるが、別の文字でもよい。
sed -e "s/before/after/g" ./hoge.txt sed -e "s@before@after@g" ./hoge.txt