was all set. I don't see any x86 or PPC
equivalent - is there a way to do this on those architectures?
>--))> >--))>
Mark T. Valites
Unix Systems Analyst
1 College Circle - 124b1 South Hall
SUNY Geneseo
Geneseo, NY 14454
585-245-5577
585-259-3471 (Cell)
585-245-5579 (Fax)
--
To U
How about shells other than bash?
Is there a shell independant way of doing this?
On Wed, 18 Sep 2002, Mark T. Valites wrote:
> Pietro,
>
> Thank you very much for the reply!!!
>
> THe --escape and -b are the same options, with the same output, but the
> $'' was n
Cagnoni wrote:
> Mark T. Valites wrote:
> > Every once in a while, either a user somehow comes up with a file with
> > funky characters, or I create one by accident. When displayed through a
> > 'ls', the non-printable characters are displayed with "?"s.
rm "\214$\255\373"
rm: cannot remove `\\214$\\255\\373': No such file or directory
valites@sunfish:/tmp/file$ rm "\214\$\255\373"
rm: cannot remove `\\214$\\255\\373': No such file or directory
valites@sunfish:/tmp/file$ rm ./\214\$\255\373
rm: cannot remove `./214$2
4 matches
Mail list logo