Loading…
touchtouch creates an empty file. If the file already exists, it updates its timestamp.
touch filename
You can create multiple files at once by listing them:
touch file1.txt file2.txt file3.txt
Create an empty file called hello.txt using the command you just learned. Then verify it exists by listing the files in your directory.
Loading terminal engine...
This may take a moment on first load