| http://www.w3.org/ns/prov#value | - I will leave the extraction of your IP address from the output of the 'ifconfig' command using sh, awk, PERL, TCL or whatever, as an exercise to the reader, it is not difficult (*). (here is an example using just shell builtins for the parsing: '/sbin/ifconfig eth0 | { read x; IFS=: read x x a x; echo $a; }' ) Another problem with using straight IP addresses is that you might be going through some
|