rc-list - mailing list for the rc(1) shell
 help / color / mirror / Atom feed
From: arnold@skeeve.atl.ga.us (Arnold D. Robbins)
To: byron@netapp.com, rc@hawkwind.utcs.toronto.edu
Subject: Re:  I just thought of a cool hack
Date: Wed, 7 Feb 1996 14:27:00 -0500	[thread overview]
Message-ID: <m0tkFWV-00014OC@skeeve.atl.ga.us> (raw)

Byron said:

> I wanted to use the history command to edit the output of make, in particular
> to change -g to -S to examine asm output. So I did:
>
> ; make -n quick.o >> $history
> ; -- gcc
>
> and edited the command with the history command.
>
> Having history outside of the shell has been very useful to me over the
> years.

I usually do something like

	make -n foo | sed 's/-g/-S/' | sh -x

Or I just do the `make | sed' and snarf and barf it back with 9term...

Arnold


             reply	other threads:[~1996-02-07 19:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-07 19:27 Arnold D. Robbins [this message]
  -- strict thread matches above, loose matches on Subject: below --
1996-02-07 18:05 Byron Rakitzis

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=m0tkFWV-00014OC@skeeve.atl.ga.us \
    --to=arnold@skeeve.atl.ga.us \
    --cc=byron@netapp.com \
    --cc=rc@hawkwind.utcs.toronto.edu \
    /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).