source: trunk/athena/bin/delete/README @ 1812

Revision 1812, 1.4 KB checked in by jik, 35 years ago (diff)
Initial revision
Line 
1This archives contains the sources for five programs (well, actually,
2four, since one is a symbolic link):
3
4        delete
5        undelete
6        expunge
7        purge
8        lsdel
9
10The programs were written at Project Athena in response to the problem
11which many novice Unix users have with accidentally deleting files
12they didn't want to delete (Hell, I've done it :-).
13
14I am already aware of quite a few improvements I could make in the
15code (I am fairly certain that there are better regexp matching
16libraries *and* better directory searching libraries I could be
17using.), and I will be making them as soon as I am done with my
18current project.  I would appreciate hearing any suggestions you may
19have and/or accepting any patches you wish to submit :-)
20
21I've only compiled these under 4.3BSD on VAXen and IBM RT/PC's, as
22well as on Mach on the NeXT Machine, but I assume they should compile
23with minimal trouble on other architectures (does SysV have the
24re_comp and re_exec procedures for regular expression matching?).
25
26If you make it compile on another platform and you have to make
27changes, please send me patches.
28
29My address:
30
31Jonathan Kamens                               USnail:
32MIT Project Athena                              410 Memorial Drive, No. 223F
33jik@Athena.MIT.EDU                              Cambridge, MA 02139-4318
34Office: 617-253-4261                          Home: 617-225-8218
35
36P.S. Please see the file "mit-copyright.h" for copying and
37redistribution information.  Copyright 1989 Massachusetts Institute of
38Technology.  All Rights Reserved.  Etc.
Note: See TracBrowser for help on using the repository browser.