Skip to content

Commit

Permalink
Merge pull request #102 from dgm9704/patch-1
Browse files Browse the repository at this point in the history
Update touch.md to fix mistake in example command timestamp
  • Loading branch information
srsudar authored Feb 13, 2024
2 parents cf0e53d + 77787e1 commit ddd53a2
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 ddd53a2

Please sign in to comment.