Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!wuarchive!uunet!mcsun!corton!imag!pierre From: pierre@imag.fr (Pierre LAFORGUE) Newsgroups: comp.protocols.appletalk Subject: Re: RU-CAP2 problem + SunOs4.1.1 question Message-ID: <17338@imag.imag.fr> Date: 24 Jan 91 13:18:10 GMT References: <87368@tut.cis.ohio-state.edu> Sender: news@imag.imag.fr Reply-To: Pierre.Laforgue@imag.fr Organization: IMAG Institute, University of Grenoble, France Lines: 18 Nntp-Posting-Host: localhost In article <87368@tut.cis.ohio-state.edu>, msriram@giza.cis.ohio-state.edu (M G SriRam) writes: |> However I expected |> that atlook with no arguments would provide information on all zones. |> Instead, only when I give it the argument "=:=:B" does it list all the |> devices in Zone B. Same situation with atlooklws. Is this some |> kind of bug? This is a script to do what you want: #! /bin/sh - # script atlook-all PATH=/usr/ucb:/bin:/usr/bin:/usr/local/bin: for i in `getzones | sed -n -e 's/\*$//' -e '/^ZONE /s///p'` do atlook $i | sed -e "s/@\*/@$i/" done --- Pierre LAFORGUE laforgue@imag.Fr