| ||||||||||||
| Page | Language | Description |
|---|---|---|
| ftpfiles.txt | MacPerl5 | ftpfiles.pl will check the status and date of files on a ftp server and a local directory. If a new file appears on the server, it will be copied to the local directory |
| GetURLs.txt | MacPerl5 | Will download files from a list of URLs. Can also spider URLs from each downloaded file. Local variables for controlling valid domains, valid servers, and number of directories to spider are available. Based on 'getem5' by Paul Schinder schinder@pjstoaster.pg.md.us |
| html2toc.txt | Perl | a Perl script to generate a table of contents for
HTML documents. Modified form works with MacPerl as well as UNIX. Additional formatting options added: - relative and absolute toc links - <DL> specified heading levels, such as Netscape Bookmarks.html |
| iplookup.txt | Perl | A very simple way to look up IPs (using Perl's DNS calls) passed in the command line. |
| mergelogs.txt | Perl | Merges multiple files into a single destination file. Resolves valid NCSA log dates and merges files in chronological order. |
| notifier.txt | MacPerl5 | Notifier parses a time log, looking for events within a given time period from the current time. If found, it checks a database file to see if it has been sent before, and it not, it generates an e-mail message and logs the event to a database file. |
| ping.txt | Perl | Used by ping.sh to check for valid shell pings |
| pingsh.txt | UNIX sh | Pass to it a valid IP subnet and it will generate a file containing the DNS entries and ping results for each ip number in the subnet. Can be automated with either crontab or at. Typical call: 'sh pingsh xxx.xxx.xxx' |
| ping2html.txt | MacPerl5 | Perl script for taking output from "ping.sh" UNIX shell script and converting it to an html formatted set of documents. |
| wakstatbot.txt | UNIX sh | Script for submitting timed jobs to the 'at' command if you do not have permission to use cron. Demonstration of a UNIX shell program. |