Re: recursively find and print non-ascii characters in file

2009-01-08 Thread Chas. Owens
On Thu, Jan 8, 2009 at 14:10, Mike McClain wrote: > On Thu, Jan 08, 2009 at 01:52:02AM +, Rob Dixon wrote: >> Chas. Owens wrote: >> > File::Find::find( >> >> File::Find exports find() by default. It is better either to use the import >> or >> to prevent it altogether with >> >> use File::Fi

Re: recursively find and print non-ascii characters in file

2009-01-08 Thread Mike McClain
On Thu, Jan 08, 2009 at 01:52:02AM +, Rob Dixon wrote: > Chas. Owens wrote: > > File::Find::find( > > File::Find exports find() by default. It is better either to use the import or > to prevent it altogether with > > use File::Find (); > > in the first place. > > Rob In what way is it be

Re: recursively find and print non-ascii characters in file

2009-01-07 Thread Rob Dixon
Chas. Owens wrote: > On Wed, Jan 7, 2009 at 07:41, Anže Vidmar wrote: >> hello! >> >> I have some nasty, non-ascii character in some files that contains php code >> (actually somewhere in my SVN branch). What I want to do here is to >> recursively find all the files that contains a specific non-as

Re: recursively find and print non-ascii characters in file

2009-01-07 Thread Rob Dixon
Anže Vidmar wrote: > > I have some nasty, non-ascii character in some files that contains php > code (actually somewhere in my SVN branch). What I want to do here is > to recursively find all the files that contains a specific non-ascii > character in the file. And most importantly - i need

Re: recursively find and print non-ascii characters in file

2009-01-07 Thread Chas. Owens
On Wed, Jan 7, 2009 at 07:41, Anže Vidmar wrote: > hello! > > I have some nasty, non-ascii character in some files that contains php code > (actually somewhere in my SVN branch). What I want to do here is to > recursively find all the files that contains a specific non-ascii character > in the fil