touch
Verified for current stable LTS
Touch Command: Create Specific Files
Use for create specific files with Touch. Exact CLI syntax to create specific files using Touch.
When to use this: Use for create specific files with Touch.
Command Syntax
touch <path/to/file1 path/to/file2 ...> touch <path/to/file1 path/to/file2 ...> Live Command Builder
Final Command
touch <path/to/file1 path/to/file2 ...> Command Breakdown
touch is the base executable for this command.
FAQ
Purpose: Exact syntax to create specific files using Touch.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Touch Command: Create Multiple Files Increasing Number
touch {{path/to/file{1..10}}} Touch Command: Create Multiple Files Letter Range touch {{path/to/file{a..z}}} Touch Command: Set Access Modification Time Current No Create touch -c <-a|-m> <path/to/file1 path/to/file2 ...> Touch Command: Set Time To Specific Value No Create touch -c -t <YYYYMMDDHHMM.SS> <path/to/file1 path/to/file2 ...> Touch Command: Set Timestamp By Parsing String touch -d "<last year|5 hours|next thursday|nov 14|...>" <path/to/file>