[14645] in Athena Bugs
sgi 8.0D: dsgrep
daemon@ATHENA.MIT.EDU (danw@MIT.EDU)
Sat Sep 7 13:34:21 1996
From: danw@MIT.EDU
To: bugs@MIT.EDU
Date: Sat, 07 Sep 1996 13:34:15 EDT
System name: opus
Type and version: IP22 8.0D
Display type: GR3-XZ
What were you trying to do?
dump some discuss transactions to a file
What's wrong:
dsgrep misformats its output when you aren't sending to stdout:
RIGHT:
danw@opus:~> dsgrep -n 2 -p bugs
bugs [14643]: sun4 8.0I:
From: bkoz@MIT.EDU
To: bugs@MIT.EDU
Date: Fri, 06 Sep 1996 13:53:19 EDT
System name: m16-034-3
Type and version: SPARC/4 8.0I
Display type: cgthree
What were you trying to do?
[Please replace this line with your information.]
What's wrong:
[Please replace this line with your information.]
What should have happened:
[Please replace this line with your information.]
Please describe any relevant documentation references:
[Please replace this line with your information.]
*** End of Transaction ***
bugs [14644]: No subject found in mail header
From: stiaszny@MIT.EDU
To: bugs@MIT.EDU
Date: Sat, 07 Sep 1996 01:30:49 EDT
Why is the repeat rate on the suns that are running 8.0 not 30 cps like
it should be? The slowness is REALLY annoying...
--- martin
*** End of Transaction ***
WRONG: (note how all the headers/footers appear at the end)
danw@opus:~> dsgrep -n 2 -p bugs | cat
From: bkoz@MIT.EDU
To: bugs@MIT.EDU
Date: Fri, 06 Sep 1996 13:53:19 EDT
System name: m16-034-3
Type and version: SPARC/4 8.0I
Display type: cgthree
What were you trying to do?
[Please replace this line with your information.]
What's wrong:
[Please replace this line with your information.]
What should have happened:
[Please replace this line with your information.]
Please describe any relevant documentation references:
[Please replace this line with your information.]
From: stiaszny@MIT.EDU
To: bugs@MIT.EDU
Date: Sat, 07 Sep 1996 01:30:49 EDT
Why is the repeat rate on the suns that are running 8.0 not 30 cps like
it should be? The slowness is REALLY annoying...
--- martin
bugs [14643]: sun4 8.0I:
*** End of Transaction ***
bugs [14644]: No subject found in mail header
*** End of Transaction ***
What should have happened:
The two commands should have given the same output. More
usefully, redirecting the output to a file should have
produced a file where I could distinguish the transactions
instead of a useless mass of text.
It works this way on suns (and probably everything else?) too.