Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'anyway.': 0.05; 'puts': 0.07; '(aka': 0.09; 'indicates': 0.09; 'trailing': 0.09; 'python': 0.11; 'ah,': 0.16; 'debian.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hmm.': 0.16; 'it;': 0.16; 'sane': 0.16; 'subject: \n ': 0.16; 'subject:install': 0.16; 'subject:remove': 0.16; 'sudo': 0.16; 'wrestling': 0.16; 'subject:python': 0.16; 'sat,': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'mention': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'unix': 0.29; 'characters': 0.30; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'subject:skip:i 10': 0.31; 'subject:all': 0.32; 'quite': 0.32; 'subject:the': 0.34; "i'd": 0.34; 'problem.': 0.35; 'but': 0.35; 'received:google.com': 0.35; "didn't": 0.36; 'entry': 0.36; 'thanks': 0.36; 'subject:?': 0.36; 'too': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'commands': 0.60; 'first': 0.61; 'become': 0.64; 'love': 0.65; 'subject:. ': 0.67; 'believe': 0.68; 'apart': 0.72; 'felt': 0.74; 'obvious': 0.74; 'directories,': 0.84; 'subject:latest': 0.84; '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:date:message-id:subject:from:to :content-type; bh=LZ3/1IecO2MhOrW39iJe2RupY1BrD/ShyOOhkmac0rs=; b=N9bj9hHqDj+imaW0tNtijspK/Yzr1HYcDAWC1KgW9QEkpNW4f951EJo/Rb3owUgUh8 j4Fte4geg+X28KJYhs3yJNrmusaeFTCyGVbAS6zB40x/FPtY5gXe9Z/5tCpYifilRdwM 7gSaqZqPbvDHOxItoVk3et8tTkS1McAKOFX8LHwcbfbe4SsUOPt0xsFqK1C266QD7H37 7dXnE1nBZ6KZ9h/YE/y2lqEoegc+wRED9IReyN70LSekI69U04ghB+i+/olmb+rULq58 m5mIOnfehfv4gC6lHFlmrfGBDEABRafV6ad5n2pkdxEGNNIbN4BiT8qT0jQUVIsCzeab NyzQ== MIME-Version: 1.0 X-Received: by 10.52.117.16 with SMTP id ka16mr10243565vdb.43.1370046262142; Fri, 31 May 2013 17:24:22 -0700 (PDT) In-Reply-To: References: <063fc449-5582-4a84-9eea-35e04344dbe0@googlegroups.com> <98f99db1-d200-4291-a050-cbbb30290d4c@googlegroups.com> Date: Sat, 1 Jun 2013 10:24:22 +1000 Subject: Re: Too many python installations. Should i remove them all and install the latest? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370046264 news.xs4all.nl 15897 [2001:888:2000:d::a6]:53620 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46639 On Sat, Jun 1, 2013 at 10:18 AM, David wrote: > On 01/06/2013, Chris Angelico wrote: >> On Sat, Jun 1, 2013 at 8:50 AM, David wrote: >>> >>> Apart from the bizarre trailing '*' characters which for which I have >>> no sane explanation... >> >> I believe that indicates that his 'ls' is aliased to 'ls --classify', >> which puts * after executables (and / after directories, and @ after >> symlinks, also a few others). Not a problem. > > Ah, old skool. I have seen that before now that you mention it. Thanks > for the correction. > I knew I didn't have all the answers, but felt that I'd try some pig > wrestling anyway. Yeah. I know that particular one because I have l aliased to ls -CF (aka --columns --classify), mainly because it came that way as a commented-out entry in my first Debian. Have since become quite accustomed to it; to me, 'l' means 'look' (I do love my MUDs), so I'm considering aliasing 'gl' to 'pwd' so that I can 'glance' too :) Hmm. What other MUD commands have obvious Unix equivalents? say --> echo emote --> python -c attack --> sudo rm -f ChrisA