From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) 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,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id ecdd84a9 for ; Wed, 29 Aug 2018 04:36:57 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id CC41DA1A6D; Wed, 29 Aug 2018 14:36:56 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 3173FA1A1F; Wed, 29 Aug 2018 14:36:43 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1535517413; bh=Dq+UoPiFf1bT/8ZaRsUO9CT9MZ8ZdQ9rgNyxf/fGsJU=; h=Date:From:To:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=CUbpDmIn5/sAT3dZGmTvmzwT5z82j4amGHRx2KeduU8FvFTstLKsVN+9PmMqaRIEC FEbQBo6HHKuTnFo8RHLpWpwHZuvFBt8gazrpOdvJ7rzhxIDZUykEL5k3H0f23xSFj3 tPUgCtL4mfdR7d64iaeLGkfZzll6vkJujOPqF4sU= Received: by minnie.tuhs.org (Postfix, from userid 1000) id B7BBCA1A1D; Wed, 29 Aug 2018 14:36:39 +1000 (AEST) Date: Wed, 29 Aug 2018 14:36:39 +1000 From: Warren Toomey To: tuhs@tuhs.org Message-ID: <20180829043639.GA6691@minnie.tuhs.org> References: <20180828003057.GA317@mcvoy.com> <201808280601.w7S61oLM030628@freefriends.org> <20180829032310.GF19128@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180829032310.GF19128@thunk.org> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] Cryptic Unix Commands X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 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" On Tue, Aug 28, 2018 at 11:23:10PM -0400, Theodore Y. Ts'o wrote: > stty dec < /dev/ttyS0 > > Really, why did those young whippersnappers had to add an option, when > redirection worked perfectly well and required one less character to > type? :-) This reminded me of other semi-cryptic commands. I remember mistyping "kill -1 1" as "kill -9 1" with the inevitable consequences. Warren