summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/du.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/du.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/du.1')
-rw-r--r--static/unix-v10/man1/du.142
1 files changed, 42 insertions, 0 deletions
diff --git a/static/unix-v10/man1/du.1 b/static/unix-v10/man1/du.1
new file mode 100644
index 00000000..4af9382c
--- /dev/null
+++ b/static/unix-v10/man1/du.1
@@ -0,0 +1,42 @@
+.pa 1
+.he 'DU (I)'1/20/73'DU (I)'
+.ti 0
+NAME du -- summarize disk usage
+.sp
+.ti 0
+SYNOPSIS du__ [ -s__ ] [ -a__ ] [ name ... ]
+.sp
+.ti 0
+DESCRIPTION du__
+gives the number of blocks contained in all files
+and (recursively) directories within each specified directory or file name____.
+If name____ is missing, ._ is used.
+
+The optional argument -s__ causes only the grand total to
+be given.
+The optional argument -a__ causes an entry to be generated
+for each file.
+Absence of either causes an entry to be generated for
+each directory only.
+
+A file which has two links to it is only counted once.
+.sp
+.ti 0
+FILES .
+.sp
+.ti 0
+SEE ALSO --
+.sp
+.ti 0
+DIAGNOSTICS --
+.sp
+.ti 0
+BUGS Non-directories
+given as arguments (not under -a option) are not listed.
+.sp
+Removable
+file systems do not work correctly
+since i-numbers may be repeated while the corresponding
+files are distinct.
+Du should maintain an i-number list per root directory
+encountered.