Best 5 Text editor for Ubuntu

There is text editor required to read any text file in Linux like a notepad. Let’s know about the best 5 text editor which you can read any file-

Emacs

Current Version- 24.5

Written in C

How to open a file in Emacs-

$ sudo emacs <filename>
Nano

Current Version- 2.6.0

Written in C

How to open a file

$ sudo nano <Filename>

Gedit

Current Version- 3.26.0

Written in C, Python

How to open a file

$ sudo gedit <filename>

VIM

Current Version- 8.0.1427

Written in C

Howtoopen afile

$ sudo vim <filename>
Sublime text-

Current Version- 3.0

Written in C++, Python

How to open a file

$ sudo subl <filename>

Please comment and share.
Follow us on Insta- Techflax168

Emal- techflax168@mail.com

Advertisement

10 thoughts on “Best 5 Text editor for Ubuntu

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s