Re: ascii \177 char in filename

2001-05-22 Thread Mike Fedyk
On Mon, May 21, 2001 at 07:09:43PM -0700, Karsten M. Self wrote: on Mon, May 21, 2001 at 05:23:37PM -0700, Mike Fedyk ([EMAIL PROTECTED]) wrote: Hi, I'm writing a script that will clean up netatalk shared files from their flaws from MacOS. I have come accross a little snag though.

ascii \177 char in filename

2001-05-21 Thread Mike Fedyk
Hi, I'm writing a script that will clean up netatalk shared files from their flaws from MacOS. I have come accross a little snag though. ls: ? Maria Rivier 1:2f00.doc ls | od -a 000 del sp M a r i a sp R i v i e r sp 1 020 : 2 f 0 0 . d o c

Re: ascii \177 char in filename

2001-05-21 Thread Eric G. Miller
On Mon, May 21, 2001 at 05:23:37PM -0700, Mike Fedyk wrote: Hi, I'm writing a script that will clean up netatalk shared files from their flaws from MacOS. I have come accross a little snag though. ls: ? Maria Rivier 1:2f00.doc ls | od -a 000 del sp M a r i a sp R

Re: ascii \177 char in filename

2001-05-21 Thread Karsten M. Self
on Mon, May 21, 2001 at 05:23:37PM -0700, Mike Fedyk ([EMAIL PROTECTED]) wrote: Hi, I'm writing a script that will clean up netatalk shared files from their flaws from MacOS. I have come accross a little snag though. ls: ? Maria Rivier 1:2f00.doc find . -name \*Maria\* -exec mv {}

Re: ascii \177 char in filename

2001-05-21 Thread Eric G. Miller
On Mon, May 21, 2001 at 06:31:38PM -0700, Eric G. Miller wrote: Okay, I'm really bored so I whipped this up real quick. USE AT YOUR OWN PERIL! To compile: $ gcc -Wall -o badfile badfile.c Run in each directory (directory is hardcoded to ./) $ ./badfile Luck, -- Eric G. Miller egm2@jps.net