From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from weaver-gw.netapp.com ([198.95.224.2]) by hawkwind.utcs.utoronto.ca with SMTP id <23986>; Wed, 7 Feb 1996 13:05:18 -0500 Received: from netapp.com ([192.9.200.1]) by weaver.netapp.com with SMTP id <15859-119>; Wed, 7 Feb 1996 10:06:01 -0000 Received: from nova.netapp.com by netapp.com (4.1/SMI-4.1) id AA20456; Wed, 7 Feb 96 10:05:23 PST Received: by nova.netapp.com (4.1/SMI-4.1) id AA01521; Wed, 7 Feb 96 10:05:22 PST Date: Wed, 7 Feb 1996 13:05:22 -0500 From: byron@netapp.com (Byron Rakitzis) Message-Id: <9602071805.AA01521@nova.netapp.com> To: rc@hawkwind.utcs.toronto.edu Subject: I just thought of a cool hack 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.