> [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
[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
--