ここに私の設定ファイル (dansguardian-config) があります:
banned-phrase duck
banned-site allaboutbirds.org
この構成ファイルを読み取り、他のファイルを作成する bash スクリプトを作成したいと考えています。これが私がこれまでに持っているもので、ほとんどが疑似コードです:
while read line
do
# if line starts with "banned-phrase"
# add rest of line to file bannedphraselist
# fi
# if line starts with "banned-site"
# add rest of line to file bannedsitelist
# fi
done < dansguardian-config
grep、sed、awk、またはその他を使用する必要があるかどうかはわかりません。
それが理にかなっていることを願っています。私はDansGuardianのリストが本当に嫌いです。