Linux: The Beginners Crash Course: Get Started Today! by Tom Welling

Linux: The Beginners Crash Course: Get Started Today! by Tom Welling

Author:Tom Welling [Welling, Tom]
Language: eng
Format: azw3, mobi, pdf
Published: 2016-06-17T16:00:00+00:00


Chapter 4: Linux Text Editors

Linux distributions are comprised of a number of applications, referred to as text editors. They can be used to develop text files or edit system configuration files. These editors are similar toword processing programs. However, normally it has fewer features, works only with text files and may or may not support checking of spelling and formatting.

These text editors have some features, and are simple to use. They are normally found on all Linux distributions. The number of editors installed over your system is based on which software packages you have installed over the system.

Reasons Why You Should Use Text Editors

Linux is a highly file-centric operating system which means that everything is a file. All fundamental configurations are done through carefully designed text files in the correct place with the correct content. You can find many graphical tools for configuring Linux box. However, the majority of these just twist files for you.

The text files have a specific syntax that you need to follow. A simple character that is omitted can expose your system to risk. Using a word processor for this is not a good idea. This can actually corrupt your files with additional formatting information. File configuration does not require italic or bold fonts it just requires correct information.

The same thing applies to the source code. Compilers are strict regarding syntax. Few of them also consider where the particular command is. Word processors will mess up the text position in the lines of code it is essential for you to have a clear understanding what is in the source code or configuration file, to know whether the system will understand exactly what you are writing.

If you are considering coding, then you will want to use an Integrated Development Environment. With this, it can help you write code more efficiently because it can predict what you would like to type, suggest changes or also show your mistakes. This can color specific keywords and automatically place things in the correct place.

The coloring and highlighting are done within the display. These kinds of changes are done to the text files that are meant to be the plain text. It is one of the best features that you cannot get with word processing programs, and this is required for text editing.

Linux Text Editors

Linux has many of text editors available when it comes to simple text, structured text and programming languages. Here are some of the most popular listed, and all of these are available for a wide range of operating systems.

LinuxText Editors For Plain Text

Linux text editors for plain text are segregated into two categories that are graphical editors. The two categories are GUI and console text editors. The benefit of the GUI editor is that it is an intuitive user-friendly interface. On the other hand, the advantage of console text editor is the suitability for long distance network connection which may or may not offer appropriate bandwidth or reliability.

Console Based Text Editors

Emacs

This text editor supports the concept that more is better.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.