On 3 June 2013 04:18, Chris Angelico <ros...@gmail.com> wrote: > On Mon, Jun 3, 2013 at 12:30 PM, alex23 <wuwe...@gmail.com> wrote: >> On Jun 1, 10:24 am, Chris Angelico <ros...@gmail.com> wrote: >>> Hmm. What other MUD commands have obvious Unix equivalents? >>> >>> say --> echo >>> emote --> python -c >>> attack --> sudo rm -f >> >> who --> who >> tell --> write >> alias --> ln >> look --> cat >> go --> cd >> teleport --> pushd/popd ? > > I don't use an explicit 'go' though, I usually just type 'n' to go > north, or 'booth1' to go booth1. Unfortunately that doesn't translate > well into a simple alias :)
What shell do you use? Zsh supports this (implicit cd). I don't have it active because it's not that useful - you get better completion with explicit cd - but it exists. -- http://mail.python.org/mailman/listinfo/python-list