Hi all,
I was working in a shell with tar and I changed something where now when
I type "*" it interprets it as --exlucde
i.e
$ *
bash: --exlucde: command not found
or
$ ls *
ls: unrecognized option `--exlucde'
Try `ls --help' for more information.
how can I fix this?
thanks,
Ivan