pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to silence command echoing in output?


From: Ben Pfaff
Subject: Re: How to silence command echoing in output?
Date: Thu, 14 Apr 2011 21:16:24 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Juan Zuluaga <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]