1From ibmbin-request@crdgw1.crd.ge.com Wed Aug 22 16:41:24 1990
2From: ibmbin-request@crdgw1.crd.ge.com
3Newsgroups: comp.binaries.ibm.pc
4Subject: v07i204: mmv10src, source for mmv10 file mover (part 01/02)
5Summary: Move files
6Date: 21 Aug 90 05:07:19 GMT
7Followup-To: comp.binaries.ibm.pc.d
8X-Submissions-to: ibmbin@crdgw1.crd.ge.com
9X-Questions-to: ibmbin-request@crdgw1.crd.ge.com
10
11Checksum: 3252004976  (Verify with "brik -cv")
12Posting-number: Volume 07, Issue 204
13Submitted-by: lanin@csd4.cs.nyu.edu
14Archive-name: mmv10src/part01
15
16This is the source for mmv10.
17
18
19[
20Checksums obtained with the 4.3BSD "sum" or System V "sum -r" command.
21
22checksum     size (bytes)  file (between BEGIN--cut and END--cut lines)
23   65341        28171      part01
24    8782        27866      part02
25
26checksum     size (bytes)  file
27   53647        40648      mmv10src.zoo
28
29-- bill
30]
31
32mmv10src part01/02
33BEGIN--cut here--cut here
34END--cut here--cut here
35
36From ibmbin-request@crdgw1.crd.ge.com Wed Aug 22 16:41:30 1990
37From: ibmbin-request@crdgw1.crd.ge.com
38Newsgroups: comp.binaries.ibm.pc
39Subject: v07i205: mmv10src, source for mmv10 file mover (part 02/02)
40Summary: Move files
41Date: 21 Aug 90 05:07:27 GMT
42Followup-To: comp.binaries.ibm.pc.d
43X-Submissions-to: ibmbin@crdgw1.crd.ge.com
44X-Questions-to: ibmbin-request@crdgw1.crd.ge.com
45
46Checksum:  550153189  (Verify with "brik -cv")
47Posting-number: Volume 07, Issue 205
48Submitted-by: lanin@csd4.cs.nyu.edu
49Archive-name: mmv10src/part02
50
51mmv10src part02/02
52BEGIN--cut here--cut here
53END--cut here--cut here
54
55
56From murthy@algron.cs.cornell.edu Mon Jun 18 15:35:14 1990
57From: murthy@algron.cs.cornell.edu (Chet Murthy)
58Newsgroups: comp.sources.bugs
59Subject: MMV patch HIGH priority
60Date: 9 Jun 90 21:03:03 GMT
61Distribution: comp
62Organization: Cornell Univ. CS Dept. Ithaca NY
63Status: RO
64
65I'm posting this for Vladimir Lanin:
66
67The following patch fixes a number of bugs in mmv 1.0
68(as distributed on comp.sources.unix)
69and provides V7 compatibility.
70The new version is known as mmv 1.01b.
71
72Since one of the bugs can result in the unintended DELETION
73of the source file, it is imperative that the old version
74be replaced with the new one.
75
76The two major bugs fixed are:
771) in its BSD reincarnation, whenever a file had to be moved between devices
78(by copying, then deleting), mmv 1.0 made a symbolic link to "/" instead
79of copying the file. It still deleted the original, though. Oops!
802) the uppercase/lowercase conversion feature did not work.
81
82Vladimir Lanin
83