Juan Zuluaga <[email protected]> writes:
> is there a way to silence the output of the specific command?
> all these BEGIN DATA and ECHO and LIST and DESCRIPTIVES as in
There's no option to suppress the command titles specifically.
(Perhaps there should be one.)
Since they are always in all capital letters, you could filter
them out pretty easily, maybe piping through something like
sed '/^[A-Z]\{3\}[A-Z ]*$/d' | cat -s
--
Ben Pfaff
http://benpfaff.org
_______________________________________________
Pspp-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-users