ping can return error codes, useful for scripting, as in:
#Solaris:
$ ping (ip)
#FreeBSD:
$ ping -c (ip)
$ echo $?
« mailing attachments from command line | Main | advertising »
ping can return error codes, useful for scripting, as in:
#Solaris:
$ ping (ip)
#FreeBSD:
$ ping -c (ip)
$ echo $?
This page contains a single entry from the blog
The previous post in this blog was mailing attachments from command line.
The next post in this blog is advertising.
Many more can be found on the main index page or by looking through the archives.