nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Help needed regarding bash scripting of a webpage

This is a discussion on Help needed regarding bash scripting of a webpage within the Shell scripting forums, part of the Development/Scripting category; Hi all I need a help regarding the bash scripting in Linux.I have to write a script for www.google.com webpage.I ...


Go Back   nixCraft Linux Forum > Development/Scripting > Shell scripting

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 09-06-2006, 08:56 AM
Junior Member
 
Join Date: Sep 2006
Posts: 3
Rep Power: 0
chris411
Default Help needed regarding bash scripting of a webpage

Hi all
I need a help regarding the bash scripting in Linux.I have to write a script for www.google.com webpage.I have to open the webpage in IE and click save as in the navigation tool bar then click save as and save the webpage.Then it would save some files in a folder and a Html document along with it.All i have to write is the bash script for the files in the folder.I am a newbee in Linux,can anyone guide me how to do this.
Thank you so much for the help

Cheers
Chris
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-07-2006, 05:19 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,036
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Use wget command to download all pages.

Download single page
Code:
wget http://www.google.com
Download entire site
Code:
wget -vr http://www.site.com/topic
Let me know if you need any further help
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
  #3 (permalink)  
Old 09-07-2006, 11:40 AM
Junior Member
 
Join Date: Sep 2006
Posts: 3
Rep Power: 0
chris411
Default thanks a lot

Cheers Buddy it is working...thanks a lot.


Quote:
Originally Posted by nixcraft
Use wget command to download all pages.

Download single page
Code:
wget http://www.google.com
Download entire site
Code:
wget -vr http://www.site.com/topic
Let me know if you need any further help
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Default webpage anichhatre Getting started tutorials 3 07-13-2008 02:05 PM
Guidance needed jithendra Linux software 2 11-07-2006 10:26 AM
Help needed regarding bash scripting ---full description chris411 Shell scripting 1 09-07-2006 05:21 AM
using sed to delete everything except needed patterns guest Shell scripting 8 09-12-2005 03:57 AM
View MRTG on webpage sueAnne Linux software 1 03-10-2005 01:12 PM


All times are GMT +5.5. The time now is 05:59 PM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36