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

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