From 77787e1321a6e910909711cc2cfeb74b1e446842 Mon Sep 17 00:00:00 2001 From: John Nordberg Date: Sat, 10 Feb 2024 10:46:50 +0200 Subject: [PATCH] Update touch.md Fix mistake in example timestamp argument for touch -t --- eg/examples/touch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eg/examples/touch.md b/eg/examples/touch.md index 7ef83e0..cc744e9 100644 --- a/eg/examples/touch.md +++ b/eg/examples/touch.md @@ -12,7 +12,7 @@ update the modified and access time of a file to the current instant update the modified and access time of the file to August 5 at 13:00 - touch -t 08051200 file.txt + touch -t 08051300 file.txt update only the modified time to the current instant