Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこれを使いました
$ rc = system("sed -e 's/Monyear/$Month//g' < $Script_Path/Mailcontent.txt.template > $Script_Path/Mailcontent.txt");
メーリングスクリプトで
私は次のようなエラーが発生しています
sed: -e expression #1, char 19: unknown option to `s'
持って/います。これを行う:
/
s/Monyear/$Month/g