Search Results

Search: Posts Made By: 64mb
41,285
Posted By 64mb
Thanks for your help, will do :)
Thanks for your help, will do :)
41,285
Posted By 64mb
Thanks. It works!! ..apart from the search term...
Thanks. It works!! ..apart from the search term not coming up but now I know how to save and load cookies and how to post data I can work on that.

Thank you very much!! :)
41,285
Posted By 64mb
Thank you very much for your prolonged help. ...
Thank you very much for your prolonged help.

Firstly, I think by not using quotes it set variables as opposed to what it was supposed to do. So I had to put double quotes around the post data bit....
41,285
Posted By 64mb
It's only been down for 5 - 10 mins :confused: ...
It's only been down for 5 - 10 mins :confused:

Sod's Law I guess :(




EDIT:
wget --post-data=username=*****password=***** "http://www.torrentday.com/takelogin.php"Ok, I tried the above but...
41,285
Posted By 64mb
Thanks for your help. Once I've found the form in...
Thanks for your help. Once I've found the form in the source I won't know what to do with it. The webpage is torrentday.com
41,285
Posted By 64mb
Thanks for you reply but how do I do that? I...
Thanks for you reply but how do I do that?

I tried
wget --user=**** --password=**** "http.www.site.com/"
to no avail

Also there is a --post-data option for lynx that I can't seem to understand
41,285
Posted By 64mb
lynx --dump on site that needs username and password??
I'm trying to use lynx --dump to keep an eye on updates for a website.

The site needs a username and password and I can't find a way to log in using lynx --dump

Any ideas??

Thanks in advance!
3,958
Posted By 64mb
Piping from BASH in to an Instant Messenger??
Is it possible to pipe a command in to an instant messenger e.g pidgin, finch or something similar and have it send??? e.g echo "hello" | messenger Or is there anything similar?? Thanks in...
3,706
Posted By 64mb
Haha, thanks. I didn't really understand what the...
Haha, thanks. I didn't really understand what the -n argument did, from browsing the man, otherwise that's what I would have used. Thanks for that. :)
3,706
Posted By 64mb
Thanks, that's what I was looking for. ...
Thanks, that's what I was looking for.

---------- Post updated at 04:35 PM ---------- Previous update was at 03:59 PM ----------



That's ok. Sorry for not explaining my post well.

I...
3,706
Posted By 64mb
That didn't do what I wanted. That gave the same...
That didn't do what I wanted. That gave the same effect as using:

for i in `seq 1 10 ` ; do
echo $i;
done

I want


64mbarch ~ $
12345678910
3,706
Posted By 64mb
I'm having problems with a simple for loop on a newline
for i in `seq 1 10 ` ; do
printf $i '\n';
done


gives me this:
1234567891064mbarch ~ $ (output followed by bash prompt) :(

I've tried so many ways to create a newline at the end....
33,493
Posted By 64mb
I should have realised that :( Thank you...
I should have realised that :(

Thank you vgersh99 and Franklin52 :)
33,493
Posted By 64mb
How do you remove [ (Square Brackets) with sed??
sed s'/\[ //' Am I close? Thanks in advance!
4,054
Posted By 64mb
Trying to make fixtures table with lynx --dump and pipe filters
Thanks for both your replies but I don't understand sed very well. Would someone mind explaining exactly what these scripts mean? Thanks
4,054
Posted By 64mb
Trying to make fixtures table with lynx --dump and pipe filters
Hey, I'm trying to make a nice clear table of fixtures.

lynx --dump Fixtures & Reports | Fixtures | Arsenal.com (http://www.arsenal.com/fixtures) | tail -n+360 | less

#tail to remove 1st 360...
Showing results 1 to 16 of 16

 
All times are GMT -4. The time now is 04:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy