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