Path: utzoo!attcan!uunet!hsi!mlfarm!ron From: ron@mlfarm.uucp (Ronald Florence) Newsgroups: comp.unix.xenix Subject: Re: doscp problem Message-ID: Date: 21 Mar 90 08:02:50 GMT References: <459@memqa.uucp> Sender: ron@mlfarm.UUCP Organization: Maple Lawn Farm, Stonington, CT Lines: 18 In-reply-to: qexal31@memqa.uucp's message of 20 Mar 90 15:42:35 GMT In article <459@memqa.uucp> qexal31@memqa.uucp writes: > I can copy 1 file at a time but I can't seem to do a wildcard copy. Try (Bourne Shell) $ for i in `dosls c:wherever/whatever` > do > doscp c:$i . > done Or (C Shell) % foreach i (`dosls c:wherever/whatever`) % doscp c:$i . % end -- Ronald Florence {yale,uunet}!hsi!mlfarm!ron