In bash versions pre 3.0 in debian it was allowed to put
characters like / in aliases. For example, I use these aliases:
alias /='cd /'
alias ../='cd ..'
Now I get these errors
bash: alias: /': invalid alias name
bash: alias: ../': invalid alias name
The changelog for bash says:
j. Documented the characters not allowed to appear in an alias name.
However, there's no rationale for this change in the documentation.
I've skimmed over the changelog and I can't find any reason
(technical or not) for the change.
Regards,
Oskar Liljeblad (oskar@osk.mine.nu)