On Fri, 2003-12-12 at 14:31, Soren Harward wrote: > On Fri 12 Dec 2003 at 11:18:13, Andrew Jorgensen said: > > On FC1, ext3: > > > > [EMAIL PROTECTED] tmp]$ ls -m [-d-p]* > > dog, Dog > > > > On Debian testing, ext3: > > > > [EMAIL PROTECTED]:~/tmp$ ls -m [-d-p]* > > dog > > > > So, yeah, that's weird. > > Try typing "alias" to see what comes out for 'ls'. I'd be willing to > bet Fedora is actually putting some extra flags in there, like case > insensitivity. Debian normally doesn't do that.
[EMAIL PROTECTED] ajorge]$ alias alias l.='ls -d .* --color=tty' alias ll='ls -l --color=tty' alias ls='ls --color=tty' alias mc='. /usr/share/mc/bin/mc-wrapper.sh' alias vi='vim' alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde' ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
