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

Revision 1716, 1.5 KB checked in by jik, 35 years ago (diff)
Initial revision
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.1 1989-01-27 10:30:42 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] filename ...
21.PP
22.SH DESCRIPTION
23.I Lsdel
24lists files that have been marked for deletion by the \fIdelete\fR(1)
25program.
26.PP
27For information about using wildcards with \fIlsdel\fR, see
28\fIundelete\fR(1).
29.PP
30Filenames passed to \fIlsdel\fR can be directories (non-deleted or
31deleted) or deleted files.  If a non-deleted directory is specified,
32lsdel lists the deleted contents of that directory.  If the
33.BR \-r
34option is specified, all non-deleted children of the directory will be
35searched recursively for deleted files.
36.PP
37.I Lsdel
38recursively lists deleted directories by default.  This can be
39disabled with the
40.BR \-d
41option, which causes directory names, rather than their contents, to
42be listed.
43.SH "SEE ALSO"
44delete(1), undelete(1), purge(1), expunge(1), ls(1)
45.SH AUTHOR
46Jonathan I. Kamens (MIT-Project Athena)
47.SH RESTRICTIONS
48Copyright (c) 1989 by the Massachusetts Institute of Technology.  All
49rights reserved.
Note: See TracBrowser for help on using the repository browser.