Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site uw-beaver
Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxj!houxm!vax135!cornell!uw-beaver!info-mac
From: info-mac@uw-beaver
Newsgroups: fa.info-mac
Subject: Re: Macput
Message-ID:
Date: Fri, 25-Jan-85 07:01:59 EST
Article-I.D.: uw-beave.554
Posted: Fri Jan 25 07:01:59 1985
Date-Received: Sun, 27-Jan-85 05:35:30 EST
Sender: daemon@uw-beaver
Organization: U of Washington Computer Science
Lines: 12
From: [email protected] (Dan Winkler)
You can get macput to send multiple files by writing a simple loop in the
shell. For example to download everything ending in .c and the file prog.doc,
just type the following to the csh prompt:
foreach file (*.c prog.doc)
macput -u $file
end
Someone here has even written a shell script that looks at the suffix
(.rsrc, .data, or .info) and determines which switch to give to macput.
