Hi Mark, In my dir-utils.r, (http://users.bigpond.net.au/datababies/anton/rebol/index.r) you can find 'cp, which recurses (iteratively, using a stack) through directories in order to copy files from one location to another, and 'ls, which accepts a pattern for listing files. You can join the bits of code together to make a search function. I am planning to write my own. I just can't say when. Anton. > Iam currently working on a Look-at function which I will post her soon. > > Basically this function examines & print the contents of a file > or url like the old unix less & more commands. > It also will have /Page traversal & /Start & /End refinements for > looking at the first & last lines of a file or url. > > Iam also trying to write a LOCATE function which will traverse > your file system and match / list files which meet your search > criteria, this is a bit more tricky however and I need help, > anybody any offers? > > Mark Dickson -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
