From b418f19c2dbb1ab194ae225c1fd6d5b374940db8 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 30 May 2021 18:28:33 -0500 Subject: [PATCH] docs/date ~ convert usage text document to a markdown text segment --- src/uu/date/{usage.txt => date-usage.mkd} | 6 ++++++ 1 file changed, 6 insertions(+) rename src/uu/date/{usage.txt => date-usage.mkd} (97%) diff --git a/src/uu/date/usage.txt b/src/uu/date/date-usage.mkd similarity index 97% rename from src/uu/date/usage.txt rename to src/uu/date/date-usage.mkd index 12df1a03c..829001095 100644 --- a/src/uu/date/usage.txt +++ b/src/uu/date/date-usage.mkd @@ -1,3 +1,8 @@ +# `date` usage + + + +``` text FORMAT controls the output. Interpreted sequences are: %% a literal % @@ -70,3 +75,4 @@ Show the time on the west coast of the US (use tzselect(1) to find TZ) Show the local time for 9AM next Friday on the west coast of the US $ date --date='TZ="America/Los_Angeles" 09:00 next Fri' +```