WebGrabber (freeware)
A piece of software to grab files from a website.
Finder (built-in software)
To remove the files I will not be working on. The files I will be working on are postings, with a common phrase "viewtopic.php?p=" in their filenames. If I simply list the php files in alphanumeric order, and remove all files which haven't got that magic "viewtopic.php?p=" in their filename, I'm left with the files I'll need.
Batches (freeware)
An AppleScript droplet you put in the Dock, and which enables me to mass (well, not too mass, otherwise it chokes the script) rename files. The files grabbed by WebGrabber have a strange format, formed after the name found on this forum, such as:
Code: Select all
viewtopic.php?p=10&sid=ad7b145925c85cd17980b9e9b84afaf8
EasyFind (freeware)
Very fast find utility (faster than Finder's search function). which has wildcard search (very handy indeed). For more powerful search I should really learn to use the built-in Unix command grep via Terminal.