📜  apache 允许覆盖所有 bash befehl - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:35.730000             🧑  作者: Mango

代码示例1
sed "$(grep -n "AllowOverride None" input.file |cut -f1 -d:)s/.*/AllowOverride All/" input.file > output.file