i think it's very hard with one commandline... sure it's possible (but that would be a very cryptic or if not cryptic very long line *G*) the script would contain something like: Code: WGETOUT=$(wget -o /dev/null -O- --load-cookies cookies.txt --keep-session-cookies --save-cookies cookies.txt --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)" http://ebay.com/$bidding-site) and some sed to get the interesting data
WGETOUT=$(wget -o /dev/null -O- --load-cookies cookies.txt --keep-session-cookies --save-cookies cookies.txt --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)" http://ebay.com/$bidding-site)