The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Andy Kosela <akosela@andykosela.com>
To: George Michaelson <ggm@algebras.org>
Cc: "tuhs@tuhs.org" <tuhs@tuhs.org>
Subject: [TUHS] Re: On computerese
Date: Mon, 16 Sep 2024 12:41:25 +0200	[thread overview]
Message-ID: <CALMnNGiizO+xEJCvCyNAFpwP3tZnJaaEciRGPr415KcaisWsKw@mail.gmail.com> (raw)
In-Reply-To: <CAKr6gn2JQvBebjJNFCUaeUueuFXf1=b27ON5bLPaKMcJP5hJEw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1348 bytes --]

On Monday, September 16, 2024, George Michaelson <ggm@algebras.org> wrote:

> cat is capable of endless discussion.
>
> cat thing | cat otherthing doesn't do what (some) people think.
> cat thing | cat otherthing /dev/stdin does, but there's an ordering
> point to be made.
> cat thing | cat < otherthing /dev/stdin makes the ordering point. and
> the number of lines seen.
>
> the role of the shell in marshalling the IO and determining what is
> opened, when, truncated is another pitfall that seems to escape
> people. "I thought the commands ran left to right" when your first
> command < something and your final command > something
>
> like others, my use of cat is reflexive. I know perfectly well I could
> solve the whole problem in awk or sed, I still construct sequences to
> use sed to edit the lines, and awk to extract the fields in LSWP
> denoted counts. we're speaking english and say "comme ci comme ca" and
> nobody blinks, it's the same in shell. codeswitching!
>

I have always admired one letter commands in ed(1) and during the years
constructed my own personal perfect Unix dictionary with most often used
commands as one letter abbreviations. For cat(1) I have always used 'c'
(cee) which also denotes one of its main functions.

Grep(1) is 'g', vi(1) is 'v', etc.

It makes typing a little faster, at least for me.

--Andy

[-- Attachment #2: Type: text/html, Size: 1731 bytes --]

  reply	other threads:[~2024-09-16 10:41 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-15 14:37 Douglas McIlroy
2024-09-15 19:21 ` Rik Farrow
2024-09-15 20:43   ` sjenkin
2024-09-15 20:48     ` Dave Horsfall
2024-09-15 21:08       ` Marc Donner
2024-09-15 21:41         ` Dave Horsfall
2024-09-16  0:49           ` Marc Donner
2024-09-29  0:49     ` Aron Insinga
2024-09-29  1:09       ` Warner Losh
2024-09-30 16:05       ` Paul Winalski
2024-09-30 18:07         ` Dan Cross
2024-09-30 19:15           ` Henry Bent
2024-09-30 20:00             ` Dan Halbert
2024-09-30 20:11               ` Henry Bent
2024-09-30 20:39               ` Clem Cole
2024-10-01  4:31               ` Lars Brinkhoff
2024-10-01 13:36                 ` Dan Halbert
2024-09-30 20:51             ` Steffen Nurpmeso
2024-09-30 21:25               ` Henry Bent
2024-09-30 22:38                 ` Steffen Nurpmeso
2024-09-30 22:46                 ` Bakul Shah via TUHS
2024-09-29  0:57     ` Aron Insinga
2024-09-15 19:36 ` Ron Natalie
2024-09-16  5:36   ` Wesley Parish
2024-09-16  3:10 ` arnold
2024-09-16  3:30   ` George Michaelson
2024-09-16 10:41     ` Andy Kosela [this message]
2024-09-16 10:59     ` Edouard Klein
2024-09-16 20:55       ` Dan Cross
2024-09-16 21:05         ` Chet Ramey via TUHS
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17  1:27 Norman Wilson
2024-09-17  1:29 ` Rob Pike
2024-09-17  3:44   ` Adam Thornton
2024-09-17 12:08   ` Dan Cross
2024-09-17  1:17 Norman Wilson
2024-09-17  1:28 ` Henry Bent
2024-09-16 12:07 Douglas McIlroy
2024-09-16 14:36 ` Clem Cole
2024-09-15 21:48 Noel Chiappa
2024-09-15 22:01 ` Peter Weinberger (温博格) via TUHS
2024-09-15 22:15   ` Rob Pike
2024-09-15 22:29     ` Larry McVoy
2024-09-16  3:55       ` Adam Thornton
2024-09-16  4:17         ` Rob Pike
2024-09-16  5:15           ` Dave Horsfall
2024-09-16  5:26             ` Tom Lyon
2024-09-16 10:30               ` Rob Pike
2024-09-16  5:06         ` Henry Bent
2024-09-16  6:11           ` Rob Pike
2024-09-16 22:50     ` Lyndon Nerenberg (VE7TFX/VE6BBM)
2024-09-16 23:14       ` Bakul Shah via TUHS
2024-09-17  2:19         ` Lyndon Nerenberg (VE7TFX/VE6BBM)
2024-09-16 23:16       ` Dave Horsfall
2024-09-16 23:24         ` Larry McVoy
2024-09-17  0:00           ` segaloco via TUHS
2024-09-17  0:17             ` Rob Pike
2024-09-17  5:54               ` arnold
2024-09-18  1:40                 ` Dave Horsfall
2024-09-18  2:04                   ` Rich Salz
2024-09-18  5:09                     ` arnold
2024-09-18  5:12                       ` arnold
2024-09-18 13:08                   ` Chet Ramey via TUHS
2024-09-30  1:01                 ` Russ Cox
2024-09-30  8:16                   ` arnold
2024-09-30 12:10                     ` Russ Cox
2024-09-30 15:00                       ` Jacob Moody
2024-09-17  6:00       ` arnold
2024-09-17  6:25         ` Henry Bent
2024-09-17 20:25     ` Alexander Schreiber
2024-09-17 20:50       ` Larry McVoy
2024-09-16  3:02   ` arnold
2024-09-15 19:25 John Dow via TUHS
2024-09-15 19:52 ` Dan Halbert
2024-09-13  0:26 Douglas McIlroy
2024-09-13  1:01 ` Luther Johnson
2024-09-13  2:20   ` segaloco via TUHS
2024-09-13  4:03     ` Eric E. Bowles via TUHS
2024-09-13 16:05       ` Åke Nordin
2024-09-13  7:13 ` G. Branden Robinson
2024-09-13 13:57 ` Will Senn
2024-09-13 16:12   ` Adam Thornton
2024-09-13 22:56     ` Will Senn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CALMnNGiizO+xEJCvCyNAFpwP3tZnJaaEciRGPr415KcaisWsKw@mail.gmail.com \
    --to=akosela@andykosela.com \
    --cc=ggm@algebras.org \
    --cc=tuhs@tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).