文字列置換 > string replace 'a' 'b' 'aabbcc' # => babbcc # -a: すべて置換する > string replace -a 'a' 'b' 'aabbcc' # => bbbbcc