Re: Possible ls bug.

2000-05-25 Thread Bob Proulx
> [gpeters@cass gpeters]$ ls --version > ls (GNU fileutils) 4.0 > [gpeters@cass gpeters]$ ls -j > ls: invalid option -- j > Try `ls --help' for more information. > [gpeters@cass gpeters]$ ls -e > Try `ls --help' for more information. > > Is "-e" not an invalid option? Should it be reported as su

Possible ls bug.

2000-05-25 Thread Gavin Peters
[gpeters@cass gpeters]$ ls --version ls (GNU fileutils) 4.0 [gpeters@cass gpeters]$ ls -j ls: invalid option -- j Try `ls --help' for more information. [gpeters@cass gpeters]$ ls -e Try `ls --help' for more information. Is "-e" not an invalid option? Should it be reported as such? - Gavin --