I am using Korn Shell on an iMac, and I attempt to add this alias:
alias xyzzy=‘print Nothing happens.’
If I add it as above in my console, it works just fine. But, if I then put it into my .profile file, and restart console, it does not. I get this:
xyzzy=print
pwaugh$
In other words, it is only adding the first word to the alias! I have looked at my KSH book and do not see anything wrong in what I am attempting. Any ideas??