From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11102 invoked from network); 24 Nov 2002 18:07:25 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 24 Nov 2002 18:07:25 -0000 Received: (qmail 13305 invoked by alias); 24 Nov 2002 18:06:57 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5509 Received: (qmail 13282 invoked from network); 24 Nov 2002 18:06:50 -0000 Date: Sun, 24 Nov 2002 19:04:05 +0100 From: Eric Smith To: zsh-users@sunsite.dk Subject: forcing a carriage return with alias -g Message-ID: <20021124180405.GG9881@cherry.fruitcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-outgoing: save I use aliases of the following form: alias -g M='|more' Is it possible to force a carriage return after the `more' so that I may just press (say) `M' and the command will execute? -- Eric Smith