Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to add two empty lines before and after output (stdout) of any command?
- X-seq: zsh-users 11793
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Y@R" <yarodin@xxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: How to add two empty lines before and after output (stdout) of any command?
- Date: Thu, 23 Aug 2007 07:47:18 -0700
- In-reply-to: <91f598150708222016n4e8db3a1p194b171819cdd91c@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <91f598150708222016n4e8db3a1p194b171819cdd91c@xxxxxxxxxxxxxx>
On Aug 23, 9:16am, Y@R wrote:
}
} Is it possible to solve this problem?
The short answer to this is "no."
The long answer is that in general the shell doesn't have any idea what
(or if any) output a given command produces. For external commands,
the shell completely surrenders control of the terminal and waits for
the command to finish; it can't tell what happens to the display in
the interim.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author