hi,
Is it possible to run a gedit command in the terminal that will create a text file automatically and save it in my desired file extension?
For example, if I run:
gedit file.txt
by default, it will open a null document named file.txt.
But all I want is to write and save texts to file.txt automatically so that it wont be NULL.
what should I type in the terminal?
tnx....