When I typed ‘ls –l *chr4*’ in linux, it gave me this:
bash-4.1$ ls -l *chr4*
ls: invalid option -- '4'
Try `ls --help' for more information.
It used to work for me, why?
Thanks!
Wei