![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| reading web page source in unix | jaymzlee | UNIX for Dummies Questions & Answers | 3 | 03-26-2008 04:27 PM |
| Code page in Unix | braindrain | Shell Programming and Scripting | 2 | 07-06-2006 08:18 AM |
| Want to show files on web page | deepa20 | Shell Programming and Scripting | 3 | 02-07-2006 07:53 AM |
| source code of dbx.c | Sacchi | High Level Programming | 0 | 04-07-2004 06:26 AM |
| multiple source code | minion | High Level Programming | 2 | 11-12-2001 01:46 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
if you have the utility 'wget' you can download pages that way, via the command line.
|
|
#3
|
||||
|
||||
|
Quote:
Quote:
|
|
#4
|
||||
|
||||
|
Try Lynx
http://lynx.browser.org/
Quote:
|
|
#5
|
|||
|
|||
|
neo is right. i was thinking more along the lines of:
Code:
wget http://somepage.com/index.html && cat index.html |
|
#6
|
||||
|
||||
|
Code:
wget http://somepage.com/index.html && cat index.html Then again, maybe the original poster really only wants to see the source..... Neo |
|
#7
|
|||
|
|||
|
haha yeah
Quote:
|
|||
| Google The UNIX and Linux Forums |