Deleted Added
full compact
du.1 (57670) du.1 (57695)
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)du.1 8.2 (Berkeley) 4/1/94
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)du.1 8.2 (Berkeley) 4/1/94
33.\" $FreeBSD: head/usr.bin/du/du.1 57670 2000-03-01 12:20:22Z sheldonh $
33.\" $FreeBSD: head/usr.bin/du/du.1 57695 2000-03-02 14:54:02Z sheldonh $
34.\"
35.Dd April 1, 1994
36.Dt DU 1
37.Os
38.Sh NAME
39.Nm du
40.Nd display disk usage statistics
41.Sh SYNOPSIS

--- 18 unchanged lines hidden (view full) ---

60blocks used by the file is displayed, otherwise
61.Xr getbsize 3
62is used to determine the preferred block size.
63Partial numbers of blocks are rounded up.
64.Pp
65The options are as follows:
66.Bl -tag -width Ds
67.It Fl P
34.\"
35.Dd April 1, 1994
36.Dt DU 1
37.Os
38.Sh NAME
39.Nm du
40.Nd display disk usage statistics
41.Sh SYNOPSIS

--- 18 unchanged lines hidden (view full) ---

60blocks used by the file is displayed, otherwise
61.Xr getbsize 3
62is used to determine the preferred block size.
63Partial numbers of blocks are rounded up.
64.Pp
65The options are as follows:
66.Bl -tag -width Ds
67.It Fl P
68No symbolic links are followed. (default)
68No symbolic links are followed.
69(default)
69.It Fl H
70Symbolic links on the command line are followed, symbolic links in file
71hierarchies are not followed.
72.It Fl L
73Symbolic links on the command line and in file hierarchies are followed.
74.It Fl a
75Display an entry for each file in a file hierarchy.
76.It Fl h
77"Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte,
78Gigabyte, Terabyte and Petabyte
79.It Fl r
80Generate messages about directories that cannot be read, files
81that cannot be opened, and so on. This is the default case.
82This option exists solely for conformance with
83.St -xpg4 .
84.It Fl s
70.It Fl H
71Symbolic links on the command line are followed, symbolic links in file
72hierarchies are not followed.
73.It Fl L
74Symbolic links on the command line and in file hierarchies are followed.
75.It Fl a
76Display an entry for each file in a file hierarchy.
77.It Fl h
78"Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte,
79Gigabyte, Terabyte and Petabyte
80.It Fl r
81Generate messages about directories that cannot be read, files
82that cannot be opened, and so on. This is the default case.
83This option exists solely for conformance with
84.St -xpg4 .
85.It Fl s
85Display an entry for each specified file. (Equivalent to
86Display an entry for each specified file.
87(Equivalent to
86.Fl d
870 )
88.It Fl d Ar depth
89Display an entry for all files and directories
90.Ar depth
91directories deep.
92.It Fl c
93Display a grand total.

--- 48 unchanged lines hidden ---
88.Fl d
890 )
90.It Fl d Ar depth
91Display an entry for all files and directories
92.Ar depth
93directories deep.
94.It Fl c
95Display a grand total.

--- 48 unchanged lines hidden ---