By simply using a touch
command, you can create empty files in Linux without using any text editors.
To create an empty file, use the touch command as shown in the example below,
touch filename.txt
You can use the touch command to create multiple files at once. Just add the names of multiple files with space as shown in the example below.
touch filename1.txt filename2.txt filename3.md