[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:57880] How bash script can know wget result ?



bash script 内で
wget -q --spider <URL/file>
の<URL/file> 部分が正しいか否かの判定をしたいのですが、

実行直後の "$?"は正しくない部分があっても '0' が返ることがあり、
 wget の stderr の文字列内を grep するには、ケースが多過ぎて不安です。

良き方法があればお教えください。
-- Tanimura