Hi!
I use zsh and I found this example here:
It is supposed to list all files except "tar" but it doesn't. Why?
I use zsh and I found this example here:
So I try to do this in /bin :ls *.c~lex.c matches all .c files except lex.c
Code:
$ ls -l *~tar
zsh: no matches found: *~tar