Skip to content

Commit

Permalink
Update touch.md
Browse files Browse the repository at this point in the history
Fix mistake in example timestamp argument for touch -t
  • Loading branch information
dgm9704 authored Feb 10, 2024
1 parent cf0e53d commit 77787e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eg/examples/touch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77787e1

Please sign in to comment.