我在我的 perl 脚本中使用了以下类型的脚本,并期望在第 1 行输入。我收到一些错误,如下所示;有什么帮助吗?
请忽略 perl 变量....
错误消息 - sed:-e 表达式 #1,字符 22:命令后的额外字符
# Empty file will not work for Sed line number 1
`"Security Concerns Report" > $outputFile`;
`sed '1i\
\
DATE :- $CDate \
Utility accounts with super access:- $LNumOfSupUserUtil \
Users not found in LDAP with super access: - $LNumOfSupUserNonLdap\
' $outputFile > $$`;
`mv $$ $outputFile`;
}