On Wed, 20 Sep 2006, Ryan Barrett wrote:
watch -n 60m wget ...
sorry, that "60m" syntax works with sleep, but not watch. use this instead: watch -n 3600 wget ... -Ryan -- http://snarfed.org/
On Wed, 20 Sep 2006, Ryan Barrett wrote:
watch -n 60m wget ...
sorry, that "60m" syntax works with sleep, but not watch. use this instead: watch -n 3600 wget ... -Ryan -- http://snarfed.org/