Re: any solution to ping with IPv6
Nicholas Capo <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2006-10-26 at 12:16 +0200, Thierry LEGRAS wrote: > any suggestion is welcome) > #!/usr/bin/ksh > while [ 1 -eq 1 ] ; do Just an itty bity little one :) "while [ 1 -eq -1 ]" will always be true, so you could also use "while true" to make it more obvious (assuming this works in ksh like it does in bash). Nicholas _______________________________________________ Gkrellm mailing list [email protected] http://lists.jutley.org/cgi-bin/mailman/listinfo/gkrellm