[11405] in Athena Bugs
decmips 7.6G: sed
daemon@ATHENA.MIT.EDU (gptesler@MIT.EDU)
Sat Nov 20 19:32:16 1993
From: gptesler@MIT.EDU
To: bugs@MIT.EDU
Date: Sat, 20 Nov 93 19:32:07 EST
System name: w20-575-69
Type and version: KN02ba 7.6G
Display type: PMAGB-BA
What were you trying to do?
I accidentally omitted the space after the -e:
sed -e's/a/b/'
What's wrong:
It aborted with 'Segmentation violation'.
What should have happened:
sed ought to check the number of parameters it gets to detect the
error and print a usage message or as meaningful an error message
as any unix program ever does.