touch
Purpose
Section titled “Purpose”Creates a file.
touch [PATH]Arguments
Section titled “Arguments”- PATH — specify the path to the file you want to create
Examples
Section titled “Examples”touch /home/volk/someFileResult:
Created someFile
Creates a file.
touch [PATH]touch /home/volk/someFileResult:
Created someFile