Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'exists.': 0.07; 'explicit': 0.07; 'alias': 0.09; 'translate': 0.10; 'cc:addr :python-list': 0.11; 'python': 0.11; "'n'": 0.16; 'hmm.': 0.16; 'subject: \n ': 0.16; 'subject:install': 0.16; 'subject:remove': 0.16; 'sudo': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'received:209.85.217': 0.29; 'unix': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'usually': 0.31; 'subject:skip:i 10': 0.31; 'use?': 0.31; 'subject:all': 0.32; 'subject:the': 0.34; 'received:209.85': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'useful': 0.36; 'subject:?': 0.36; 'received:209': 0.37; 'pm,': 0.38; 'though,': 0.39; 'skip:u 10': 0.60; 'commands': 0.60; 'tell': 0.60; 'simple': 0.61; 'to:addr:gmail.com': 0.65; 'subject:. ': 0.67; 'obvious': 0.74; 'completion': 0.78; 'subject:latest': 0.84; 'north,': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=L7/3zWzAmLOzqMt3NSjN3ecq79LOycfoyY+Guze1m7U=; b=WYyPdx4QzGdtO0OoP4z9DXxxhH2C8ACirAntYhh5FEbfBA+EWMSFZ26ju6PVgW33kH svwT948bQtmJkEqs/3VhyCrEYQ5ce9sAW41Q50IWJ6yepJGVjSGdyNCDHbrM32vnh0yF Z7n9glTpPxksc7An1PVdlrwVFDYUajpmDqBssO+R32nKqW0ZUJGpYU5nQ15uWf36vNsI egBNw6tElR+tCx5ZpPQfrOHz4jLL7SzCwuGbeEIH45DbHi0k7u/dsamWQ2ESW/BdSq+l 5hpTxm3ZWifktkopwMBxxaNcbnCz2WFLjK3XAgNZJp0hP3vHykWHSlryyffdplS4rkAy Xxog== X-Received: by 10.112.135.34 with SMTP id pp2mr10686127lbb.18.1370258838992; Mon, 03 Jun 2013 04:27:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <063fc449-5582-4a84-9eea-35e04344dbe0@googlegroups.com> <98f99db1-d200-4291-a050-cbbb30290d4c@googlegroups.com> <0164e853-5237-45b6-8ff5-7a1fdd2ca462@ua8g2000pbb.googlegroups.com> From: Joshua Landau Date: Mon, 3 Jun 2013 12:26:38 +0100 Subject: Re: Too many python installations. Should i remove them all and install the latest? To: Chris Angelico Content-Type: text/plain; charset=UTF-8 Cc: python-list X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370259276 news.xs4all.nl 15877 [2001:888:2000:d::a6]:43604 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46785 On 3 June 2013 04:18, Chris Angelico wrote: > On Mon, Jun 3, 2013 at 12:30 PM, alex23 wrote: >> On Jun 1, 10:24 am, Chris Angelico 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.