Sponsored Content
Top Forums Shell Programming and Scripting Count links in all of my web pages Post 20715 by PxT on Thursday 2nd of May 2002 12:49:01 PM
Old 05-02-2002
This sounds like a homework problem, we will not do your homework for you on this board. A hint: this task can be completed with perl or a combination of grep, sed and find.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies

2. UNIX for Dummies Questions & Answers

Selecting information from several web pages...

Hi All! Is this possible? I know of several hundreds of urls linking to similar looking hp-ux man pages, like these. In these urls only the last words separated by / are changing in numbering, so we can generate these... http://docs.hp.com/hpux/onlinedocs/B3921-90010/00/00/31-con.html... (2 Replies)
Discussion started by: Vishnu
2 Replies

3. UNIX for Dummies Questions & Answers

Browse Web pages through command line

Is there any way to browse web pages while on the command line? I know wget can download pages, but I was wondering if there was an option other than that. (2 Replies)
Discussion started by: vroomlicious
2 Replies

4. Shell Programming and Scripting

Investigating web pages in awk

hello. i want to make an awk script to search an html file and output all the links (e.g .html, .htm, .jpg, .doc, .pdf, etc..) inside it. also, i want the links that will be output to be split into 3 groups (separated by an empty line), the first group with links to other webpages (.html .htm etc),... (1 Reply)
Discussion started by: adpe
1 Replies

5. UNIX for Dummies Questions & Answers

curl command with web pages

I can't quite seem to understand what the curl command does with a web address. I tried this: curl O'Reilly Media: Tech Books, Conferences, Courses, News but I just got the first few lines of a web page, and it's nowhere on my machine. Can someone elaborate? (2 Replies)
Discussion started by: Straitsfan
2 Replies

6. UNIX for Dummies Questions & Answers

Forcing web pages to anti-aliase

Here is an observation that has started to riddle me and perhaps someone can enlighten me. When a web page (or desktop page for that matter) uses the standard font, it is not anti-aliased, unless the user opts in to do so via the desktop settings. It appears however that fonts are not... (0 Replies)
Discussion started by: figaro
0 Replies

7. Shell Programming and Scripting

Checking Web Pages?

Hey guys, Unfortunatley, I can not use wget on our systems.... I am looking for another way for a UNIX script to test web pages and let me know if they are up or down for some of our application. Has anyone saw this before? Thanks, Ryan (2 Replies)
Discussion started by: rwcolb90
2 Replies

8. Shell Programming and Scripting

Get web pages and compare

Hello, I'm writing a shell script to wget content web pages from multiple server into a variable and compare if they match return 0 or return 2 #!/bin/bash # Cluster 1 CLUSTER1_SERVERS="srv1 srv2 srv3 srv4" CLUSTER1_APPLIS="test/version.html test2.version.jsp" # Liste des... (4 Replies)
Discussion started by: gtam
4 Replies

9. Shell Programming and Scripting

Get web pages and compare

Hello I'm writing a script to get content of web pages on different machines and compare them using their md5 hash hear is my code #!/bin/bash # Cluster 1 CLUSTER1_SERVERS="srv01:7051 srv02:7052 srv03:7053 srv04:7054" CLUSTER1_APPLIS="test/version.html test2/version.html... (2 Replies)
Discussion started by: gtam
2 Replies
IE(4)							 BSD/i386 Kernel Interfaces Manual						     IE(4)

NAME
ie -- Ethernet device driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device ie Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_ie_load="YES" In /boot/device.hints: hint.ie.0.at="isa" hint.ie.0.port="0x300" hint.ie.0.irq="5" hint.ie.0.maddr="0xd0000" HARDWARE
The ie driver provides supports the following 8 and 16bit ISA Ethernet cards that are based on the Intel i82586 chip: o 3COM 3C507 o AT&T EN100 o AT&T Starlan 10 o AT&T Starlan Fiber o Intel EtherExpress 16 o RACAL Interlan NI5210 DIAGNOSTICS
ie%d: unknown board type code %d An i82586 chip was found, but the driver was unable to determine the actual board type during the probe. ie%d: kernel configured maddr %x doesn't match board configured maddr %x The device probe detected a different maddr than the one specified in the kernel configuration file. ie%d: can't find shared memory The device probe could not access the shared memory to determine its size. ie%d: kernel configured msize %d doesn't match board configured msize %d The device probe found a different size for the shared memory than the one specified in the kernel configuration file. ie%d: kernel configured irq %d doesn't match board configured irq %d The device probe detected that the board is configured for a different interrupt than the one specified in the kernel configuration file. ie%d: reset The Intel i82586 had to be reset by the driver. ie%d: transceiver problem The driver has detected a problem with the Ethernet transceiver. This is usually due to a loose or broken trans- ceiver cable when using an external transceiver. When you experience this problem with an on-card transceiver your card may be incorrectly jumpered for to use an external transceiver. Worst case your on-board transceiver may be broken. ie%d: TDR detected an open %d clocks away The driver detected an open circuit in the Ethernet cable. Check your coax cable and terminator resistors. ie%d: TDR detected a short %d clocks away The driver detected a short circuit in the Ethernet cable. Check your coax cable and terminator resistors. ie%d: TDR returned unknown status %x The driver got an unknown status from the card during the Ethernet cable test. ie%d: multicast address setup command failed The card could not be put into multicast mode. ie%d: configure command failed The card refused to respond correctly during configuration. ie%d: individual address setup command failed The programming of the Ethernet (MAC) address failed. CAVEATS
The Racal Interlan NI5210 comes in variants with 8 and 16 kbytes of shared memory. It is strongly advisable to use the 16 kbyte variant. You can upgrade your 8 kbyte card to 16 kbyte by adding an additional RAM chip. SEE ALSO
arp(4), netintro(4), ng_ether(4), ifconfig(8) AUTHORS
The ie device driver was written by Garrett A. Wollman, based on code by William F. Jolitz and Lawrence Berkeley Laboratories. 3C507 support was written by Charles M. Hannum. This manual page was written by Wilko C. Bulte. BSD
July 16, 2005 BSD
All times are GMT -4. The time now is 11:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy