On Wed, 2004-03-03 at 13:33, Rob wrote:
> On Wed, 2004-03-03 at 12:05, Burns, John wrote:
> > How would I write a simple ping command using CFEXECUTE on CFMX for
> > linux?
> just like windows
> ping [ipaddress]
BTW in "teaching to fish" mode - next time you can often do:
$ apropos ping

That will search the man pages for things that are related (or are) what
you are looking for.

if you know the command and can use it (i.e. its in your path) you can
do:

$ whereis ping

and that will tell you were the command is located (and the man page
too)

and to use the command course there is always
$ ping --help
or sometimes
$ ping -h
and the ever popular (and hated too)
$ man ping

More then you asked for I know, but I just felt like practicing my
typing skills.

--
Rob <[EMAIL PROTECTED]>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to