home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HTML - Publishing on the Internet
/
html_cdrom.iso
/
tools
/
html
/
windows
/
check
/
geterr.sh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1995-02-21
|
115b
|
7 lines
#!/bin/sh
#
#Script to discard everything in HTMLCHEK output but ERROR! messages.
#
fgrep 'ERROR!' $@
exit 0