sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 22f868cf0b6232cdc3376cc5f9d637cc10ba80b8
parent 1d2d28a8e4ef182f9f8b4dc7c66eef0e6b8c684f
Author: Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>
Date:   Mon,  9 Feb 2015 22:22:32 +0000

du.1: add symlink dereferencing flags to manpage

Diffstat:
Mdu.1 | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/du.1 b/du.1 @@ -8,6 +8,8 @@ .Nm .Op Fl a | s .Op Fl d Ar depth +.Op Fl H +.Op Fl L .Op Fl h .Op Fl k .Op Ar file ... @@ -26,6 +28,11 @@ is displayed. Display an entry for each file in the file hierarchy. .It Fl d Ar depth Maximum directory depth to print files and directories. +.It Fl H +Only dereference symbolic links that are passed as command line arguments when +recursively traversing directories. +.It Fl L +Always dereference symbolic links while recursively traversing directories. .It Fl h Enable human-readable output. .It Fl k