How do I create a .TXT file in Linux ?
How do I create a .TXT file in Linux ?
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