From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 597 invoked from network); 4 Aug 1998 19:36:52 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 4 Aug 1998 19:36:52 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id PAA15352; Tue, 4 Aug 1998 15:30:29 -0400 (EDT) Resent-Date: Tue, 4 Aug 1998 15:08:55 -0400 (EDT) Message-ID: <19980804211110.A22898@math.fu-berlin.de> Date: Tue, 4 Aug 1998 21:11:10 +0200 From: Sven Guckes To: zsh-users@math.gatech.edu Subject: Re: compctl - using hostnames with rlogin, rsh, and ssh Mail-Followup-To: zsh-users@math.gatech.edu References: <19980730230755.B6503@math.fu-berlin.de> <19980804173325.K9765@math.fu-berlin.de> <13767.22210.350181.384719@knecht> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i In-Reply-To: <13767.22210.350181.384719@knecht>; from Roland Jesse on Tue, Aug 04, 1998 at 08:45:22PM +0200 X-Mailer: Mutt http://www.mutt.org/ X-Editor: Vim http://www.vim.org/ X-Info: http://www.math.fu-berlin.de/~guckes/ Resent-Message-ID: <"aE8q9.0.8a3.7nrnr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1703 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > if [[ -f ~/.zshhosts ]]; then > # read in host list from ~/.zshhosts > hosts=$(< ~/.zshhosts) Quoting Roland Jesse (jesse@prinz-atm.cs.Uni-Magdeburg.DE): > Does it matter whether the hostnames in ~/.zshhosts are > all stored in one big line or in one line per host name? Well, my ~/.zshhosts has one hostname per line. Dunno whether it'll work with all hosts on one line. Oh, heck, I'll give it a try: :%j :w :shell $ ssh $ ssh erdos\ euler\ gauss\ leibniz\ pascal\ Nope, doesn't seem to work. Sven ['u', ":w" ;-)]