11 · The Command Line
touch
Create an empty file
Creates a new empty file (or updates a file's timestamp) — the quick way to make a file straight from the terminal.
Concrete example
“touch .env” creates the empty secrets file, ready for you to fill in.