bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ls -L should say just what file doesn't exist


From: Dan Jacobson
Subject: ls -L should say just what file doesn't exist
Date: Tue, 15 Nov 2005 07:54:45 +0800

# ls -l ksyms.8.gz
lrwxrwxrwx  1 root root 19 2005-08-14 02:36 ksyms.8.gz -> ksyms.modutils.8.gz
# ls -L ksyms.8.gz
ls: ksyms.8.gz: No such file or directory

Shouldn't that message be more like the following's?:

# ls ksyms.modutils.8.gz
ls: ksyms.modutils.8.gz: No such file or directory

ls (coreutils) 5.2.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]