我想添加以下行:
%optflags "-O2"
在使用 shell 的文件 a.txt 中。当我写:
{ echo "%optflags "-O2""
    } >> a.txt
它打印:
 %optflags -O2
我怎样才能做到这一点?
我想添加以下行:
%optflags "-O2"
在使用 shell 的文件 a.txt 中。当我写:
{ echo "%optflags "-O2""
    } >> a.txt
它打印:
 %optflags -O2
我怎样才能做到这一点?