From e61318413e6cdf2c4c2c94be50870fdf1adc9866 Mon Sep 17 00:00:00 2001 From: Alexandru-Constantin Atomei Date: Fri, 29 Dec 2023 14:51:23 +0200 Subject: [PATCH] Added documentation for the vdir command. --- src/uu/vdir/vdir.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/uu/vdir/vdir.md diff --git a/src/uu/vdir/vdir.md b/src/uu/vdir/vdir.md new file mode 100644 index 000000000..b22953397 --- /dev/null +++ b/src/uu/vdir/vdir.md @@ -0,0 +1,10 @@ +# vdir + +``` +vdir [OPTION]... [FILE]... +``` + +List directory contents. +Ignore files and directories starting with a '.' by default + +Mandatory arguments to long options are mandatory for short options too.