Home > Topic List > Introduction to commands for creating new files in Linux
Linux new file command: touch: Create a new empty file echo >: Redirect the standard output to a new file cat >: Write the standard input or the contents of the specified file to a new file mkdir -p: Create a directory and create a new file at the same time. If you want to know more about Linux, you can read the articles below this topic.