mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 04:26:54 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
593 B
593 B
touch
The touch command is a fundamental utility used to update the access and modification times of files and directories. If a file doesn't exist, touch creates an empty file with the specified name. It's commonly used to create new, empty files or to quickly update the timestamps of existing files without modifying their content.
Visit the following resources to learn more: