Hello,

I have founded a weird bug in coreutils, probably it's in ls.
sh-3.2$ cd /home/user/watch
sh-3.2$ ls *
ls: invalid option -- ^
sh-3.2$ which ls
/bin/ls
sh-3.2$ cd ../
sh-3.2$ ls *
(files from /home/user are displayed)
sh-3.2$ ls --version
ls (GNU coreutils) 6.9
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by Richard Stallman and David MacKenzie.

Thanks for your reply,
Marek Cruz


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to