Path: utzoo!utgpu!watserv1!watmath!att!rutgers!usc!zaphod.mps.ohio-state.edu!rpi!masscomp!ocpt!tsdiag!overlf!emanuele From: emanuele@overlf.UUCP (Mark A. Emanuele) Newsgroups: comp.unix.sysv386 Subject: Re: Converting DOS text files Keywords: SCO ODT Message-ID: <1828@overlf.UUCP> Date: 23 Oct 90 15:31:05 GMT References: <1477@pai.UUCP> <1990Oct16.134008.22319@esegue.segue.boston.ma.us> <232@csinc.UUCP> Organization: Overleaf, Inc. Lines: 21 In article <232@csinc.UUCP>, rpeglar@csinc.UUCP (Rob Peglar) writes: > > I give up. > > doscp -m a:file.ext dir/file just try doing doscp -m a:*.* dir and see what happens. doscp can't expand wildcards on the dos drive. what you have to do is this for i in `dosls a:` do doscp -m a:${i} dir done -- Mark A. Emanuele V.P. Engineering Overleaf, Inc. 500 Route 10 Ledgewood, NJ 07852-9639 attmail!overlf!emanuele (201) 927-3785 Voice (201) 927-5781 fax emanuele@overlf.UUCP