1 / 21

Using Linux Text Editors

Using Linux Text Editors. Use Non-Graphical Linux Text Editors Graphical Text Editor. One of the reasons for this is the fact that the Registry stores data in many different formats. Some values accept regular text strings; other values require data to be entered in binary format.

baker-vang
Télécharger la présentation

Using Linux Text Editors

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Using Linux Text Editors

  2. Use Non-Graphical Linux Text Editors • Graphical Text Editor

  3. One of the reasons for this is the fact that the Registry stores data in many different formats. • Some values accept regular text strings; other values require data to be entered in binary format.

  4. Using the vi Editor • vi Modes • ■ Normal mode ■ Insert mode • ■ Command mode ■ Replace mode

  5. Opening Files in vi • Ex: vi vidu1.txt

  6. Working in Insert Mode • Switch to: • S • I • Insert

  7. Command Mode Commands ■ exit Writes the current file and then closes vi. ■ wq Also writes the current file to disk and closes vi. ■ q Closes vi without saving the current file. This can only be used if the file hasn’t been changed. If the file has been changed, then you must enter q!.

  8. Entering Commands in vi Normal Mode ■ dw Deletes the word that comes immediately after the cursor, including the space following the word. The text is saved in a memory buffer. ■ de Deletes the word that comes immediately after the cursor, not including the space. The text is saved in a memory buffer.

  9. Entering Commands in vi Normal Mode.. ■ dd Deletes the entire current line. The text is saved in a memory buffer. ■ p Inserts the text deleted in the last deletion operation after the current cursor location ■ d$ Deletes from the insertion point to the end of the line. The text is saved in a memory buffer.

  10. Entering Commands in vi Normal Mode.. ■ u Undoes the last action. ■ CTRL-G Displays a status line at the bottom of the interface. This displays the name of the file, the total number of lines in the file, and the current cursor location. This is shown in Figure 5-15. ■ /search_term Searches for the next instance of the term specified.

  11. Exercise 5.1Page: 234

  12. Using the Emacs Editor

  13. At the shell: emacs

  14. Using Quick Emacs • Alt W: copy • Ctrl Y: paste • Ctrl W, X: save

  15. Exercise 5.2 • Page: 241

  16. Use Graphical Text Editors It work if: ■ The system is working properly. ■ The system has X Windows, a window manager, and a desktop installed. ■ Your X Window System has been configured properly to work with your hardware.

  17. Graphical Desktop Environments • GNOME • KDE

More Related