From 3edea14ae8f964ed29d47259ffaca5715b06e9b2 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 7 Jul 2023 10:54:47 +0200 Subject: [PATCH] docs: add "du" to extensions --- docs/src/extensions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/extensions.md b/docs/src/extensions.md index ae3d974fe..eeb00ff35 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -74,3 +74,7 @@ number of spaces representing a tab when determining the line length. GNU `ls` provides two ways to use a long listing format: `-l` and `--format=long`. We support a third way: `--long`. + +## `du` + +`du` allows `birth` and `creation` as values for the `--time` argument to show the creation time.