When using the command sed -i "$a\anon" /opt/passwd to add content to an empty file, the content addition fails. I found that the sed command requires the file to have at least one line, even if it's a blank line, in order to execute. I consider this a bug. Can it be fixed?