From 93b96be95cf67044844f0ccd9f0e2b98f289455b Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 20 Jan 2016 03:44:25 -0800 Subject: [PATCH] touch: Remove hard coded date example. Reorder wording for -r. --- pages/common/touch.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/common/touch.md b/pages/common/touch.md index 155f3885c..87efa390c 100644 --- a/pages/common/touch.md +++ b/pages/common/touch.md @@ -6,11 +6,10 @@ `touch {{filename}}` -- Set the times on a file to those specified: +- Set the times on a file to a specific date and time: -`touch -t 201412250801.59 {{filename}}` `touch -t {{YYYYMMDDHHMM.SS}} {{filename}}` -- Set the times on a file to match those on second file: +- Use the times from a file to set the times on a second file: -`touch -r {{filename2}} {{filename}}` +`touch -r {{filename}} {{filename2}}`