Back to Developer Roadmap

touch

src/data/roadmaps/shell-bash/content/[email protected]

4.0593 B
Original Source

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: