Hello Guys,
I was planning to create a ping query via a python "script" with:
print(os.system('ping -c 5 localhost'))
but here I always get the message:
32512
which according to the net should mean that this command was not found... so I wanted to use:
which ping
to specify the path which didn't help either...
if I try the whole thing now in StaSh:
~/Documents/site-packages/stash/bin/ping -c 1 localhost
ping -c 1 localhost
I get an output in each case:
ping localhost... got ping in 0.2782ms
could someone tell me what I am doing wrong or suggest another solution how I could reach my goal.
With kind regards
Kalysto
p.s.
Happy New Year to all!