Ubuntu – ny way to create a simple txt file without opening the terminal

filestext;

Is there any way to create a text file without using the terminal at all?

Best Answer

Ubuntu 16.04 and earlier:

Prior to 16.10, you can create blank text-files by simply right clicking on the desired location in Nautilus. Creating blank text-file in Ubuntu 16.04

Ubuntu 16.10 and Later:

Later versions of Nautilus ("Files") removed this feature so you cannot create a blank text-file by just clicking anywhere. You need to use the "Templates" folder for this purpose.

To do this, first navigate to your templates directory: Templates folder

Then open a Terminal in that folder (by right clicking > "Open in Terminal") and then type the following command in the terminal.

touch "Blank Document"

You can name this file anything you want. I personally prefer "Blank Document" because what it creates is essentially a blank document.

After this you should be able to create blank text-files anywhere you want (and are allowed to): creating a blank-document Ubuntu 17.04

Note: You can use the Templates folder to do many other things like creating a particular image, etc. Anything you put there will appear in the "New Document" menu.