@adolf
In Linux, files without extensions are not typically used, but if you need to save a file without an extension, you can follow these steps:
1
|
cd ~/Downloads |
1
|
touch example |
Note: Keep in mind that without an extension, the file may not be recognized by certain programs or utilities that depend on having an extension to determine how to handle it.
@adolf
After following these steps, the file should be successfully saved without an extension in Linux.