![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| reading web page source in unix | jaymzlee | UNIX for Dummies Questions & Answers | 3 | 03-26-2008 07:27 PM |
| Code page in Unix | braindrain | Shell Programming and Scripting | 2 | 07-06-2006 11:18 AM |
| Want to show files on web page | deepa20 | Shell Programming and Scripting | 3 | 02-07-2006 10:53 AM |
| source code of dbx.c | Sacchi | High Level Programming | 0 | 04-07-2004 09:26 AM |
| multiple source code | minion | High Level Programming | 2 | 11-12-2001 04:46 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Which comand to show the source code on a web page?
Hi folks!
I am using MacOsX that runs freeBSD. Could you tell me what comand to type on the Unix Terminal to display on the terminal the source code of a certain web page? I think something like #<comand> http://www.apple.com will display on the terminal's window the html source code of apple's page. Thanks! Bernardo Höhl -- Rio de Janeiro |
|
|||||
|
Try Lynx
http://lynx.browser.org/
Quote:
|
|
||||
|
neo is right. i was thinking more along the lines of:
Code:
wget http://somepage.com/index.html && cat index.html |
|
|||||
|
Code:
wget http://somepage.com/index.html && cat index.html You still need a browser to convert the HTML to web-text if you want to see the actually text.Then again, maybe the original poster really only wants to see the source..... Neo |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|