Ok,

I did this at the command prompt:

> 
> cat FILENAME | while read FN
> do
>         rm "$FN";
> done;

but I get a bunch of error that look like this:

': No such file or directory - <filename>

Why am I getting this, and what can I do to fix it?

Thanks,

erik


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to