Hey jan,
> ping -c "?"  192.168.1.1
> 
#!/bin/bash
ping -c $1 192.168.1.1
        ^^ $1 $2 $3 are the commandline parameters given to the script

- Patrick
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to