doscp problem

John Steczkowski stecz at hotwheel.dell.com
Wed Mar 21 23:57:52 AEST 1990


In article <459 at memqa.uucp>, qexal31 at memqa.uucp writes:
> 
> Here is my problem, I am running SCO Xenix 2.3.2 with 60 megs for Xenix and 
> 20 megs for DOS. While under Xenix I am trying to copy several (144) files 
> from the DOS partition using doscp. Here is the command I use:
>              doscp c:clips/exe/*.* *.*
> --bryan

Basically, doscp doesn't support wildcards, but how about:

$for x in `dosls b:`
>do
>doscp b:$x /tmp
>done

(all on the command line)


John Steczkowski
Dell Unix Customer Support  P#: (512) 343-3571
9505 Arboretum Blvd.	    !s: uunet!dell!hotwheel!stecz
Austin, Texas 78759	    @s: stecz at hotwheel.dell.com



More information about the Comp.unix.xenix mailing list