source: trunk/athena/bin/delete/man1/lsdel.1 @ 1809

Revision 1809, 1.9 KB checked in by jik, 35 years ago (diff)
added copyright information
Line 
1.\"     $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/man1/lsdel.1,v $
2.\"     $Author: jik $
3.\"     $Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/man1/lsdel.1,v 1.3 1989-03-27 11:32:45 jik Exp $
4.\"
5.\" Copyright 1989 by the Massachusetts Institute of Technology.  All
6.\" rights reserved.  The file /usr/include/mit-copyright.h specifies
7.\" the terms and conditions for redistribution.
8.\"
9.\"
10.TH LSDEL 1 "January 27, 1988" "MIT Project Athena"
11.ds ]W MIT Project Athena
12.SH NAME
13lsdel \- list deleted files
14.SH SYNOPSIS
15.B lsdel
16[
17.B \-d
18] [
19.B \-r
20] [
21.B \-t \fIn\fR
22] [
23.B \-y
24] [ filename [ ... ]]
25.PP
26.SH DESCRIPTION
27.I Lsdel
28lists files that have been marked for deletion by the \fIdelete\fR(1)
29program.
30.PP
31For information about using wildcards with \fIlsdel\fR, see
32\fIundelete\fR(1).
33.PP
34Filenames passed to \fIlsdel\fR can be directories (non-deleted or
35deleted) or deleted files.  If a non-deleted directory is specified,
36lsdel lists the deleted contents of that directory.  If the
37.BR \-r
38option is specified, all non-deleted children of the directory will be
39searched recursively for deleted files.  If not command-line filenames
40are specified,
41.I lsdel
42defaults to the current working directory.
43.PP
44.I Lsdel
45recursively lists deleted directories by default.  This can be
46disabled with the
47.BR \-d
48option, which causes directory names, rather than their contents, to
49be listed.
50.PP
51The
52.BR \-t
53option allows the user to specify a minimum age, in days, of files to
54list.  Only files that have not been modified in \fIn\fR days or more
55will be listed.
56.PP
57The
58.BR \-y
59option causes
60.I lsdel
61to print the total amount of space taken up by all the files it lists.
62.SH "SEE ALSO"
63delete(1), undelete(1), purge(1), expunge(1), ls(1)
64.SH AUTHOR
65Jonathan I. Kamens (MIT-Project Athena)
66.SH RESTRICTIONS
67Copyright (c) 1989 by the Massachusetts Institute of Technology.  All
68rights reserved.
69.IR Delete (1)
70specifies the terms and conditions for redistribution.
Note: See TracBrowser for help on using the repository browser.