* Patrick Shanahan <paka@opensuse.org> [03-30-20 22:54]: [...]
and the following is better: count=0 date=$(date '+%Y-%m-%d %H:%M:%S') ; while : ; \ do distrowatch.sh ; count=`expr $count + 1` ; \ echo $count $date ; sleep 100; done
that should be: count=0; while : ; do distrowatch.sh ; count=`expr $count + 1` ; \ date=$(date '+%Y-%m-%d %H:%M:%S') ; echo $count $date ; sleep 100; done -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse-project+unsubscribe@opensuse.org To contact the owner, email: opensuse-project+owner@opensuse.org