Le 21/05/10 12:05, Lars Bamberger a écrit : > Find out what command is actually executed when you type 'ls'. Do a > 'which ls' or 'alias ls' if which is not installed.
I think 'which' will not tell you if there is an alias (maybe it depends on version used), so 'alias' might be a better first choice. Also on bash, the builtin "type" seems to do the job of 'alias' and 'which' at the same time. Is there any drawback to using that one ? Nicolas. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
