From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,PLING_QUERY, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id f464de00 for ; Thu, 10 Oct 2019 20:56:01 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 96F249B87C; Fri, 11 Oct 2019 06:55:59 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id F2AB194811; Fri, 11 Oct 2019 06:55:47 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1570740953; bh=appKGYhBmYKeIZLdylOpuhO2ZQZtAWatffnhMVSNWJA=; h=Date:From:To:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=jfnPJjGx/H3RMTyzTq2AEqrtGK11iCm+ZnpJ3kIueuituS98tkpntANBBoFE/0E/O CfoKin9VbS2Xtv11ELtF53lZCSYafHM3NgSzyV1usg4XLmfnNtIQqmr7ghbiDozOo/ 6zhGtblKPEVCKL/PUZieYWfVhnoxVVCwUMEertAU= Received: by minnie.tuhs.org (Postfix, from userid 1000) id 6DFAF94742; Fri, 11 Oct 2019 06:55:46 +1000 (AEST) Date: Fri, 11 Oct 2019 06:55:46 +1000 From: Warren Toomey To: tuhs@tuhs.org Message-ID: <20191010205546.GA29154@minnie.tuhs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) Subject: [TUHS] What was your "Aha, Unix!" moment? X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" All, we had another dozen TUHS suscribers to the list overnight. Welcome. A reminder that we're here to discuss Unix Heritage, so I'll nudge you if the conversation goes a bit off-topic. So I'll kick off another thread. What was your "ahah" moment when you first saw that Unix was special, especially compared to the systems you'd previously used? Mine was: Oh, I can: + write a simple script + to edit a file on the fly + with no temporary files (a la pipes) + AND I can change the file suffix and the system won't stop me! I was using TOPS-20 beforehand. Cheers, Warren