Deleted Added
sdiff udiff text old ( 158339 ) new ( 162792 )
full compact
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 158339 2006-05-06 22:04:59Z maxim $
34.\"
35.Dd May 6, 2006
36.Dt DU 1
37.Os
38.Sh NAME
39.Nm du
40.Nd display disk usage statistics
41.Sh SYNOPSIS

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

92directories deep.
93.It Fl c
94Display a grand total.
95.It Fl k
96Display block counts in 1024-byte (1-Kbyte) blocks.
97.It Fl m
98Display block counts in 1048576-byte (1-Mbyte) blocks.
99.It Fl n
100Ignore files and directories with user "nodump" flag (UF_NODUMP) set.
101.It Fl x
102File system mount points are not traversed.
103.El
104.Pp
105The
106.Nm
107utility counts the storage used by symbolic links and not the files they
108reference unless the

--- 41 unchanged lines hidden ---