[Gllug] Finding filenames with special characters (was Mass renaming of files)

Adam Bower abower at thebowery.co.uk
Sun May 11 22:01:46 UTC 2003


On Sun, May 11, 2003 at 12:47:37PM +0100, Tethys wrote:
> 
> Simon Morris writes:
> 
> >IRIX does support ls -b BTW, and is also the most ackward UNIX to work
> >on I have ever known.
> >
> >The inability to backspace characters when typing commands is one
> >particular niggle
> 
> To be fair, this won't be a problem with IRIX. It'll just be how your
> terminal's set up. For the common cases, "stty erase ^h" should fix it.

I had something like 

case `uname -s` in
        IRIX64|UnixWare|HP-UX)
        stty intr ^C
        ;;
esac 

in my .bashrc from working in an environment before with other nixs' to set my
interrupt no reason why to not add your line to it, although isn't ^h a built 
in command line editing option in bash? which explains why I never had it (or 
needed it) in my .bashrc in the past?

Adam
-- 
jabberid = quinophex at jabber.earth.li
AFFS || http://www.affs.org.uk/ || Not a filesystem


-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list