Yes, you can create files without extensions using the touch command. Simply specify the file name without any extension.
Example:
To create a file named myfile, you can use:
touch myfile
You can also create multiple files without extensions:
touch file1 file2 file3
If you have any further questions or need assistance, feel free to ask!
