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

Revision 2214, 2.1 KB checked in by jik, 35 years ago (diff)
Added -s and -m flags for symbolic link and mount point following.
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.4 1989-11-02 07:10:37 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 \-s
24] [
25.B \-m
26] [
27.B \-y
28] [ filename [ ... ]]
29.PP
30.SH DESCRIPTION
31.I Lsdel
32lists files that have been marked for deletion by the \fIdelete\fR(1)
33program.
34.PP
35For information about using wildcards with \fIlsdel\fR, see
36\fIundelete\fR(1).
37.PP
38Filenames passed to \fIlsdel\fR can be directories (non-deleted or
39deleted) or deleted files.  If a non-deleted directory is specified,
40lsdel lists the deleted contents of that directory.  If the
41.BR \-r
42option is specified, all non-deleted children of the directory will be
43searched recursively for deleted files.  If not command-line filenames
44are specified,
45.I lsdel
46defaults to the current working directory.
47.PP
48.I Lsdel
49recursively lists deleted directories by default.  This can be
50disabled with the
51.BR \-d
52option, which causes directory names, rather than their contents, to
53be listed.
54.PP
55The
56.BR \-t
57option allows the user to specify a minimum age, in days, of files to
58list.  Only files that have not been modified in \fIn\fR days or more
59will be listed.
60.PP
61The
62.BR \-s
63options tells
64.I lsdel
65to follow symbolic links when searching for deleted files.  The
66.BR \-m
67option does the same thing for mount points.
68.PP
69The
70.BR \-y
71option causes
72.I lsdel
73to print the total amount of space taken up by all the files it lists.
74.SH "SEE ALSO"
75delete(1), undelete(1), purge(1), expunge(1), ls(1)
76.SH AUTHOR
77Jonathan I. Kamens (MIT-Project Athena)
78.SH RESTRICTIONS
79Copyright (c) 1989 by the Massachusetts Institute of Technology.  All
80rights reserved.
81.IR Delete (1)
82specifies the terms and conditions for redistribution.
Note: See TracBrowser for help on using the repository browser.