Re: [Tutor] Python N00bi - Tough Cookie

2007-12-07 Thread Kent Johnson
Guess?!? wrote: > Hello All, > > I want trying to write a program that searches all the files ( > recursively) under a given directory in the filesystem > There are following requirments > 1> Search for a pattern in all files in a directory > 2> Outputing the result with a unique format ( (626)

[Tutor] Python N00bi - Tough Cookie

2007-12-07 Thread Guess?!?
Hello All, I want trying to write a program that searches all the files (recursively) under a given directory in the filesystem for phone numbers in the form of (626) 674-5901 and and then outputting all phone numbers found in a unique format 626-674 (If several numbers have the same office co