On 9/12/07, John H. Robinson, IV <[EMAIL PROTECTED]> wrote: > I would have expected ``readlink /usr/bin/vi'' to report > /usr/bin/vim.basic. >
I have the same link structure as you for vi. Using the -f flag will follow the path of links. [EMAIL PROTECTED]:~$ readlink -f /usr/bin/vi /usr/bin/vim.basic -- Rick -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
