Midterm Flashcards
Reasons for Using Text editors in Linux
Scripts are written in text editors.
Many Linux programs use text-based data files for input.
Many of Linux-operating system services use configuration files that are text-based.
It has Advanced DataPilot technology that makes it easy to pull in raw data from corporate databases, and then cross-tabulate, summarize, and convert it into meaningful information
Calc (Spreadsheet)
3 modes of Vi editor
Command
Insert
Replace
Comes with the Gnome desktop. It only runs in the GUI environment.
Gedit
It enables you to insert perfectly formatted mathematical and scientific formulas in your text documents, spreadsheets, presentations, and drawings.
Math (Formula Editing)
It is an excellent package for producing technical drawings, brochures, posters, and many other documents
Draw (Vector graphics and Flowcharts)
How to enter insert mode and return to command mode?
Press ESC
How to create a file in Linux
vi sample.txt
It has the Fontworks tool that lets you create attractive 2D and 3D images from text
Impress (Presentation)
It provides native-support drivers from some of the most widely employed multi-user database engines
Base (Database)
It has AutoComplete feature, which can suggest commonly-used words and phrases to complete what you have started typing, using the built-in dictionary and by scanning the documents you open.
Writer (Word Processing)
Is the recommended image editor for the Linux platform
GIMP
Is a native editor found in all Linux and Unix systems. They include an enhanced replacement called vim.
Vi
Can be customized and extended with different modes, enabling it to be used like IDE for programming languages such Java or C. It has to be installed first.
Emacs
The office suite for Linux.
LibreOffice
Is a text editor designed for beginners.
Nano
How to add text?
Press “i”
How to save changes?
Press “ :w “
Confirmation message when creating a new file?
“sample.txt” [New File]
Confirmation message of the changes made when saved?
“sample.txt: [New] 1L
Cursor command movement: h, j, l, k
H- Left arrow
J- Down arrow
L- Right arrow
K- Up arrow
To the beginning of the current line
0
To the first non-whitespace character on the current line
” ^ “
To the end of the current line
$