when using sed like this in bash, below message was returned.
bash-3.2$ sed -i 's/\t/ /g' hoge.txt
sed: 1: "hoge.txt": extra characters at the end of h command
I understand that I need a suffix to work this command. But, I couldn't find meaning of "h command". What does it mean ?