![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need to invoke a shell script from xml file. | sais | UNIX for Dummies Questions & Answers | 2 | 05-19-2008 01:01 PM |
| Bourne: How to invoke an alias from within a shell script | techshots | Shell Programming and Scripting | 2 | 06-04-2006 12:38 AM |
| invoke same script twice | mpang_ | Shell Programming and Scripting | 2 | 04-05-2006 06:14 AM |
| Invoke java program in script | mpang_ | Shell Programming and Scripting | 0 | 03-27-2006 10:05 PM |
| how to invoke shell script | gopa_mani | Shell Programming and Scripting | 1 | 12-30-2005 11:43 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Sorry this is not clear.
What is meant by invoking a ' html ' file ? Is it that you want to parse the file or crawl a web page that is html ? Could you please be more specific ? ![]() |
|
||||
|
Something like this should work (replace MYBROWSER with your preferred one):
Code:
#!/bin/ksh MYBROWSER=/opt/mozilla/bin/mozilla MYFILE=myfile.html $MYBROWSER $MYFILE & |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|