I tried to find certain files by filename creation in zsh (although I read the manpage multiple times I did not really now what I was doing), but I think something went terribly wrong:
After I typed echo 10-02-2015.*()
, I was prompted to type something — zsh put out function>
. I randomly typed in n
, and pressed enter.
But after that, every command I execute appends “echo:16: command not found: n”, which seems like I defined a function with an empty function name, but I do not see how that makes sense.
With that in mind: What the heck happened here, and how can I revert it?