我想用qmHandle'Subject' 的read -p,但它不起作用。在shell中讀命令
你能幫助我嗎?
echo "Mails mit betreff loeschen"
/usr/local/psa/admin/sbin/modules/watchdog/wdservice monit stop /usr/local/psa/etc/modules/watchdog/monitrc;
/etc/init.d/qmail stop;
read -p "Betreff?" betreff;
qmHandle -H'$betreff';
echo "Die Mails mit Betreff $betreff wurden geloescht"
/usr/local/psa/admin/sbin/modules/watchdog/wdservice monit start /usr/local/psa/etc/modules/watchdog/monitrc;
/etc/init.d/qmail start;
/var/qmail/bin/qmail-qstat;
THX和問候
也許單引號這裏'qmHandle -H '$ betreff';'預防替代 –
請不要編輯問題來提出新問題。改爲創建一個新問題! –
對不起。 – cr0co