Tags
Asked 2 years ago
30 Jul 2021
Views 241
Gwen

Gwen posted

How do I create a .TXT file in Linux ?

How do I create a .TXT file in Linux ?
ajamil

ajamil
answered Oct 5 '21 00:00

use vim editor to create a text file.
vim command can be used to create a text file, is the following command :

vim newfile.txt

it will open direct new file edit mode , one can write file as per need
Post Answer