Home Page Home Page
 Home | Linux Administration | Corporate Services | Resources | About Us Support Center
Monthly Server Management One-time Server Services Other Services
Network Administration Network Monitoring Network Security High Availability Load Balancing Data Backup and Recovery
Linux HOWTOs Linux Guides Linux Articles New RFCs Vulnerability list Linux Journal
Testimonials Partners Careers Contact Us Site Map
Text Related Tools

Chapter 11. Text Related Tools

The text related tools chapter is the largest in this guide, most of the time on a GNU/Linux machine you will spend time interacting with text. This chapter briefly covers text editors and goes into more depth on viewing text, using tools to manipulate text, finding text within files and changing text formats between windows based systems and GNU/Linux based systems.

Text Editors

vi

A traditional UNIX system text editor, should be on any UNIX system. It requires learning a few key combinations, but is very powerful, and it is also quite small. vi is well known for its minimal use of resources.

vim: vim - vi improved. A newer version of the vulnerable vi editor. Many systems use vim rather than vi.

emacs

More than just a text editor. This text editor has a steep learning curve but is also very powerful, it is both advanced and quite large. emacs can do anything, surf the internet, chat, play games and many other tasks.

Others

There are too many different text editors to list here. Have a look on the internet, either search for them using any search engine or you will find many of them at Sourceforge or Freshmeat.