web browsing from shell


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting web browsing from shell
# 1  
Old 08-28-2008
web browsing from shell

hi mates Im new at this forums so hello Smilie I was wondering if it is possible to enter a web page from the shell and maybe retrieving some info from it

tnx in advance
# 2  
Old 08-28-2008
You can download web page content using wget or lynx or links. The latter two can be used as text mode browsers.
# 3  
Old 08-28-2008
tnx Annihilannic Ill try those...what I want is some kind of daemon that goes and bring some info from website are those capable of doing that?
# 4  
Old 08-28-2008
You can try:

wget -q -O - <url> | grep "..."
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Browsing to files under cursor

hi all, I am using cntrl w f for this But now the new file is displayed in half of the screen...and the old file in the other half... how can ichange this default behaviour ... say for eg:80% to 1 file and remaining 20 % to the other file.... (4 Replies)
Discussion started by: dll_fpga
4 Replies

2. Cybersecurity

Live Virtual Box Secure Browsing

I'm working on Linux Surfer - Code Name: Annabelle Lee, A live distro made for secure web surfing. One of the solutions a user has at their immediate arsenal with Linux Surfer is a virtual machine with one click that popus up SliTaz. They can then surf the web without sniffing attack from the... (1 Reply)
Discussion started by: bambuntu
1 Replies

3. Ubuntu

Browsing folders getting SVN information

HI All I am newbie to Linux and Ubuntu. In Windows there is TortoiseSvnClient that makes possible to see ( while browsing a folder) whether a file is under source control with SVN or not ( green, red balloons on top of the file and question marks etc. ). Do you know if there is such product... (2 Replies)
Discussion started by: manustone
2 Replies

4. Solaris

Internet browsing on Solaris 10?

Hello sir, Can any one guide step by step way of configuration for internet browsing on solaris 10 using BSNL broadband connection in brief way about which configuartion file to edit etc. Regards, Amar (1 Reply)
Discussion started by: amarnathbasis8
1 Replies

5. UNIX for Dummies Questions & Answers

"Not logged in" ShmID message when browsing web database

Hi: I am just searching for some opinions, not step-by-step code. I have several clients in real estate I've built websites for and included links to a local MLS/IDX "search for properties" page(s). Visitors follow the hyperlinks to the MLS pages (leaving my server), browse a few properties... (0 Replies)
Discussion started by: caseyturton
0 Replies

6. Linux

Squid Browsing problem

Configured Squid2.0 on linux9. Browsing is very slow in client side. takes atleast 1min to open the page. can anybody tell me what to do Thaks in Advance (0 Replies)
Discussion started by: teenasuresh
0 Replies

7. Post Here to Contact Site Administrators and Moderators

Thread browsing during search

Hi Mods, Next Thread link available at the bottom, doesn't seem to be working accurately during a search, it goes to nextnewest thread relative to the thread we are viewing. Hope this can be fixed. Regards, Tayyab (4 Replies)
Discussion started by: tayyabq8
4 Replies

8. UNIX for Dummies Questions & Answers

apache directory browsing

How do i prevent clients from browsing directory structures if there is no index.html in a directory? For example, lets say that i dynamically create directories on in my doc root of an apache based web server. I know if i type the url and there is no index or default page in there, then apache... (1 Reply)
Discussion started by: ezekiel61
1 Replies
Login or Register to Ask a Question