Hi
I need some suggestions...;)
I use grep -E -m 1 "blabla" to ensure only get first aswere in a command when get multiple answeres.
Now my question: if I want last answer and in multiple answeres, howe to accomplished that?
Thanks :D
Octopus
Need som help/suggestions to get this working.
I use this script to monitor endpoint vpn-ipnumber.
I have two vpn-clients running, 1 and 3 and depending how it starts up I get display 1/ 2 in defferent order.
Also is doesn't matter if I use ovpnc1 or 3 I get same result in both way.
I wan't to...
I get parse error when execute script with cronjob but not with ssh.
Apr 28 18:44:01 crond[863]: user octopus: parse error at down
Apr 28 18:44:01 crond[863]: user octopus: parse error at *19
Get error with cronjob
cru a myfile down "0 *18 * * * /jffs/myfile.sh down"
But not with ssh
cru a...