1

I have these two commands for different environments..

for HP-UX: "ping someaddress 10" 
for RHEL: "ping someaddress -c 10"

Im Porting an application from HP-UX to RHEL and i cant tell if these two commands have same results since, I dont have a HP-UX system.

I have read the HP-UX manual ( http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01922497/c01922497.pdf ) but still it doesn't help since no options were specified in the command.

Any idea?

j0k
  • 22,600
  • 28
  • 79
  • 90
charmae
  • 1,080
  • 14
  • 38

1 Answers1

0

You can get access to a HP-UX shell via the HP Alliance program. Registration is required. This might help you to test your scripts.

user1403360
  • 931
  • 1
  • 12
  • 17