Skip to content

Commit

Permalink
Merge pull request #245 from LibraryCarpentry/touch-ref
Browse files Browse the repository at this point in the history
Improve 'touch' command in reference
  • Loading branch information
kaitlinnewson committed Sep 8, 2023
2 parents 78988b2 + 57260ae commit e9330e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learners/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ title: Reference

**`rm -ri`** will delete a directory, even if it is not empty, but will ask you to confirm each deletion.

**`touch`** will update timestamp information on files.
**`touch`** will update timestamp information on files, or create a file or files if they don't exist.

***

Expand Down

0 comments on commit e9330e0

Please sign in to comment.