SlideShare una empresa de Scribd logo
1 de 15
DIFFERENT TYPES OF EDITORS IN LINUX 
By, 
BHAVIK TRIVEDI
OUTLINES 
1 
•Why use an editor? 
•Types of editors 
•Vi / Vim editor 
•gEdit editor 
•Pico editor 
•Nano editor 
•Emacs Editor 
•Other types of editors 
•Voting of favourite editor used frequently
1 OUTLINES 
2 
WHY USE AN EDITOR? 
•An editor is just like a word processor without lot of features. 
•All Oses come with a basic text editor. 
•Main use – writing something in plain text with no formatting so another program 
can read it. 
•Most popular text editor for Linux is called ‘Vi’. It is a program that comes from 
UNIX. 
•There is more recent version called ‘VIM’ which means ‘Vi IMproved’. 
•Problem with Vi/Vim – lot of people don’t like it, because of you have to remember a 
lot of key combinations to do stuff that other editors will do for you more easily.
3 
TYPES OF EDITORS 
•Vi / Vim 
•gEdit 
•Nano 
•gVim 
•Emacs 
……. etc.
4 
Vi / Vim Editor 
•Written in : C and Vim Script 
•Operating System : Cross-platform (Unix, Linux and Windows) 
•Author : Bram Moolenar 
•First Vim editor built in 1991. 
•Vim is designed for use both from a command-line interface (CLI) and as a 
standalone application in a graphical user interface (GUI). 
•gVim is the graphical version of the famous Vim editor.
Vi / Vim Editor 
5 
•For create file in Vim, 
just type vi file-name and hit enter key. 
•A new file will be opened. 
•Type the contents and then save that file. 
•To save, press the Esc key and then press : w q ‘enter key’ 
•To quit with out saving Esc + : + q and then enter
Vi / Vim Editor 
• C program in Linux 
1.Vi hello.c 
Type the contents and save (Esc :wq!) 
2. Compile the file 
Gcc hello.c 
3. Run the executable 
./a.out 
4. Compile file with output option 
gcc –o hello hello.c 
5. Run the executable 
./hello 
6
gEdit Editor 
7 
•gEdit is the default editor for the Gnome desktop environment. This is a UTF-8 
compatible editor. 
•Written in : C, Python 
•Operating System : Cross-Platform 
•It has simple and clear GUI. 
•gEdit has feature like syntax highlighting for various program code and text 
markup formats. 
•It has also some unique feature like multiple working tabs, multilanguage 
spellchecking, supports printing, print preview and printing to PDF files.
Pico Editor 
8 
•This console based plain text editor operates with the simplicity of a GUI editor 
making it a favourite with Linux beginners. 
•Pico (Pine Composer) comes with the Pine email client. 
•Pico’s interface is many way similar to Windows editors, like Notepad. 
•Pine stands for Program for Internet News & Email. 
•It is a tool for reading, sending, and managing electronic messages. 
•Easy to learn than Vi, gEdit, etc. 
•Pine was developed by UW Technology at the University of Washington.
Nano Editor 
•This is a GNU clone of Pico editor. 
•GNU Nano is a small and friendly text editor. 
•Besides basic text editing, nano offers many extra features like 
an interactive search and replace, 
go to line and column number, 
auto-indentation, 
feature toggles, 
internationalization support, and 
filename tab completion. 
•In contrast to Pico, Nano is licensed under the GNU General Public License (GPL). 
•GNU Nano was first created in 1999 with name TIP (This isn’t Pico) by Chris 
Allegretta. 
9
Emacs Editor 
•This console based plain text editor supports the theory that more is better. 
•It tries to support every feature possible. 
•First Release of Emacs was in the year 1976. 
•Written in : C and Emacs lisp 
•Operating System: Cross-platform 
10
Other types of editors 
11 
•Mainly 3 types of editors. 
1. console based editors 
2. GUI based editors 
3. Structure text editors 
1. console based editors: it contains various editors like emacs, jed, nano, pico, 
vim. 
2. GUI based editors: gedit, gvim, Nedit, Tea, sublime. 
3. Structure text editors: It refers to logically formatted and/or annotated text to 
represent a data schema or programmatic function. 
•Two common formats available today are HTML for web markup of text 
documents and XML for data representation. 
•HTML editors: kompozer, bluefish, quanta, aptana, coffecup 
•XML editos: KXML editor, Oxygen XML, Eclipse, Conglomerate XML, Emacs 
nXML mode.
Voting of favourite editor used frequently 
12
References 
[1] http://www.thegeekstuff.com/2009/07/top-5-best-linux-text-editors/ 
[2] www.wikipedia.com 
[3] www.google.com 
13
THANK YOU! 
14

Más contenido relacionado

La actualidad más candente (20)

Unix ppt
Unix pptUnix ppt
Unix ppt
 
Linux commands
Linux commandsLinux commands
Linux commands
 
Linux basics
Linux basicsLinux basics
Linux basics
 
Linux booting Process
Linux booting ProcessLinux booting Process
Linux booting Process
 
Boot process
Boot processBoot process
Boot process
 
Vi editor
Vi editorVi editor
Vi editor
 
Linux Programming
Linux ProgrammingLinux Programming
Linux Programming
 
Linux kernel
Linux kernelLinux kernel
Linux kernel
 
Unix
UnixUnix
Unix
 
Vi editor in linux
Vi editor in linuxVi editor in linux
Vi editor in linux
 
Linux operating system - Overview
Linux operating system - OverviewLinux operating system - Overview
Linux operating system - Overview
 
Basic 50 linus command
Basic 50 linus commandBasic 50 linus command
Basic 50 linus command
 
Scheduling algorithms
Scheduling algorithmsScheduling algorithms
Scheduling algorithms
 
Unix Operating System
Unix Operating SystemUnix Operating System
Unix Operating System
 
Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013
 
Java Development Kit (jdk)
Java Development Kit (jdk)Java Development Kit (jdk)
Java Development Kit (jdk)
 
Architecture of Linux
 Architecture of Linux Architecture of Linux
Architecture of Linux
 
Linux commands
Linux commandsLinux commands
Linux commands
 
Linux notes
Linux notesLinux notes
Linux notes
 
Introduction to Programming Languages
Introduction to Programming LanguagesIntroduction to Programming Languages
Introduction to Programming Languages
 

Destacado

Introduction to compiler
Introduction to compilerIntroduction to compiler
Introduction to compilerAbha Damani
 
Lex (lexical analyzer)
Lex (lexical analyzer)Lex (lexical analyzer)
Lex (lexical analyzer)Sami Said
 
Phases of the Compiler - Systems Programming
Phases of the Compiler - Systems ProgrammingPhases of the Compiler - Systems Programming
Phases of the Compiler - Systems ProgrammingMukesh Tekwani
 
Lecture 11 semantic analysis 2
Lecture 11 semantic analysis 2Lecture 11 semantic analysis 2
Lecture 11 semantic analysis 2Iffat Anjum
 
Embedded System Tools ppt
Embedded System Tools  pptEmbedded System Tools  ppt
Embedded System Tools pptHalai Hansika
 
Top down and botttom up Parsing
Top down     and botttom up ParsingTop down     and botttom up Parsing
Top down and botttom up ParsingGerwin Ocsena
 
Assembler design option
Assembler design optionAssembler design option
Assembler design optionMohd Arif
 
SAS Macros part 1
SAS Macros part 1SAS Macros part 1
SAS Macros part 1venkatam
 
Direct linking loader
Direct linking loaderDirect linking loader
Direct linking loaderbabyparul
 
System Programming Unit II
System Programming Unit IISystem Programming Unit II
System Programming Unit IIManoj Patil
 
System Programing Unit 1
System Programing Unit 1System Programing Unit 1
System Programing Unit 1Manoj Patil
 

Destacado (20)

Software tools
Software toolsSoftware tools
Software tools
 
Introduction to compiler
Introduction to compilerIntroduction to compiler
Introduction to compiler
 
Lex (lexical analyzer)
Lex (lexical analyzer)Lex (lexical analyzer)
Lex (lexical analyzer)
 
Interpreter, Compiler, JIT from scratch
Interpreter, Compiler, JIT from scratchInterpreter, Compiler, JIT from scratch
Interpreter, Compiler, JIT from scratch
 
Lexical analyzer
Lexical analyzerLexical analyzer
Lexical analyzer
 
The "vi" Text Editor
The "vi" Text EditorThe "vi" Text Editor
The "vi" Text Editor
 
Phases of the Compiler - Systems Programming
Phases of the Compiler - Systems ProgrammingPhases of the Compiler - Systems Programming
Phases of the Compiler - Systems Programming
 
Specification-of-tokens
Specification-of-tokensSpecification-of-tokens
Specification-of-tokens
 
Lecture 11 semantic analysis 2
Lecture 11 semantic analysis 2Lecture 11 semantic analysis 2
Lecture 11 semantic analysis 2
 
Module 11
Module 11Module 11
Module 11
 
Embedded System Tools ppt
Embedded System Tools  pptEmbedded System Tools  ppt
Embedded System Tools ppt
 
Ch5a
Ch5aCh5a
Ch5a
 
Top down and botttom up Parsing
Top down     and botttom up ParsingTop down     and botttom up Parsing
Top down and botttom up Parsing
 
15ss
15ss15ss
15ss
 
Assembler design option
Assembler design optionAssembler design option
Assembler design option
 
SAS Macros part 1
SAS Macros part 1SAS Macros part 1
SAS Macros part 1
 
Direct linking loader
Direct linking loaderDirect linking loader
Direct linking loader
 
Two pass Assembler
Two pass AssemblerTwo pass Assembler
Two pass Assembler
 
System Programming Unit II
System Programming Unit IISystem Programming Unit II
System Programming Unit II
 
System Programing Unit 1
System Programing Unit 1System Programing Unit 1
System Programing Unit 1
 

Similar a Different types of Editors in Linux

Programming In Linux Presentation
Programming In Linux PresentationProgramming In Linux Presentation
Programming In Linux Presentationdanyal.khashabi
 
Computer and multimedia Week 1 Windows Architecture.pptx
Computer and multimedia Week 1 Windows Architecture.pptxComputer and multimedia Week 1 Windows Architecture.pptx
Computer and multimedia Week 1 Windows Architecture.pptxfatahozil
 
Linux Simple Introduction
Linux Simple IntroductionLinux Simple Introduction
Linux Simple IntroductionJohnMihaya
 
Open source software siddique
Open source software siddiqueOpen source software siddique
Open source software siddiqueSiddique Ibrahim
 
computer languages
computer languagescomputer languages
computer languagesRajendran
 
Introduction to C programming
Introduction to C programmingIntroduction to C programming
Introduction to C programmingMalikaJoya
 
2013 t-dose - libre office easyhacks
2013   t-dose - libre office easyhacks2013   t-dose - libre office easyhacks
2013 t-dose - libre office easyhacksRob Snelders
 
Introduction to Python Programming
Introduction to Python ProgrammingIntroduction to Python Programming
Introduction to Python ProgrammingAkhil Kaushik
 
Linux – an introduction
Linux – an introductionLinux – an introduction
Linux – an introductionWingston
 
Chapter 1 - Introduction to Operating System.pptx
Chapter 1 - Introduction to Operating System.pptxChapter 1 - Introduction to Operating System.pptx
Chapter 1 - Introduction to Operating System.pptxgowthamiv26
 
Learn the java basic programming with example and syntaxchapter1-part-b.pptx
Learn the java basic programming with example and syntaxchapter1-part-b.pptxLearn the java basic programming with example and syntaxchapter1-part-b.pptx
Learn the java basic programming with example and syntaxchapter1-part-b.pptxGaytriMate
 

Similar a Different types of Editors in Linux (20)

Opensource Software usability
Opensource Software usabilityOpensource Software usability
Opensource Software usability
 
Programming In Linux Presentation
Programming In Linux PresentationProgramming In Linux Presentation
Programming In Linux Presentation
 
Computer and multimedia Week 1 Windows Architecture.pptx
Computer and multimedia Week 1 Windows Architecture.pptxComputer and multimedia Week 1 Windows Architecture.pptx
Computer and multimedia Week 1 Windows Architecture.pptx
 
Linux Simple Introduction
Linux Simple IntroductionLinux Simple Introduction
Linux Simple Introduction
 
IPT 2.pptx
IPT 2.pptxIPT 2.pptx
IPT 2.pptx
 
Open source software siddique
Open source software siddiqueOpen source software siddique
Open source software siddique
 
computer languages
computer languagescomputer languages
computer languages
 
Introduction to C programming
Introduction to C programmingIntroduction to C programming
Introduction to C programming
 
2013 t-dose - libre office easyhacks
2013   t-dose - libre office easyhacks2013   t-dose - libre office easyhacks
2013 t-dose - libre office easyhacks
 
Introduction to Python Programming
Introduction to Python ProgrammingIntroduction to Python Programming
Introduction to Python Programming
 
Embedded Linux on ARM
Embedded Linux on ARMEmbedded Linux on ARM
Embedded Linux on ARM
 
Linux – an introduction
Linux – an introductionLinux – an introduction
Linux – an introduction
 
C programming
C programmingC programming
C programming
 
Chapter 1 - Introduction to Operating System.pptx
Chapter 1 - Introduction to Operating System.pptxChapter 1 - Introduction to Operating System.pptx
Chapter 1 - Introduction to Operating System.pptx
 
Embedded Linux on ARM
Embedded Linux on ARMEmbedded Linux on ARM
Embedded Linux on ARM
 
Embedded Operating System - Linux
Embedded Operating System - LinuxEmbedded Operating System - Linux
Embedded Operating System - Linux
 
Learn the java basic programming with example and syntaxchapter1-part-b.pptx
Learn the java basic programming with example and syntaxchapter1-part-b.pptxLearn the java basic programming with example and syntaxchapter1-part-b.pptx
Learn the java basic programming with example and syntaxchapter1-part-b.pptx
 
DSA Day 2 PPT.pdf
DSA Day 2 PPT.pdfDSA Day 2 PPT.pdf
DSA Day 2 PPT.pdf
 
itft-Gnome and kde
 itft-Gnome and kde itft-Gnome and kde
itft-Gnome and kde
 
Linux Edtitors
Linux EdtitorsLinux Edtitors
Linux Edtitors
 

Último

Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort ServiceKanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort ServiceDamini Dixit
 
08448380779 Call Girls In Chirag Enclave Women Seeking Men
08448380779 Call Girls In Chirag Enclave Women Seeking Men08448380779 Call Girls In Chirag Enclave Women Seeking Men
08448380779 Call Girls In Chirag Enclave Women Seeking MenDelhi Call girls
 
Study Consultants in Lahore || 📞03094429236
Study Consultants in Lahore || 📞03094429236Study Consultants in Lahore || 📞03094429236
Study Consultants in Lahore || 📞03094429236Sherazi Tours
 
Visa Consultant in Lahore || 📞03094429236
Visa Consultant in Lahore || 📞03094429236Visa Consultant in Lahore || 📞03094429236
Visa Consultant in Lahore || 📞03094429236Sherazi Tours
 
ITALY - Visa Options for expats and digital nomads
ITALY - Visa Options for expats and digital nomadsITALY - Visa Options for expats and digital nomads
ITALY - Visa Options for expats and digital nomadsMarco Mazzeschi
 
Book Cheap Flight Tickets - TraveljunctionUK
Book  Cheap Flight Tickets - TraveljunctionUKBook  Cheap Flight Tickets - TraveljunctionUK
Book Cheap Flight Tickets - TraveljunctionUKTravel Juncation
 
08448380779 Call Girls In Shahdara Women Seeking Men
08448380779 Call Girls In Shahdara Women Seeking Men08448380779 Call Girls In Shahdara Women Seeking Men
08448380779 Call Girls In Shahdara Women Seeking MenDelhi Call girls
 
Top 10 Traditional Indian Handicrafts.pptx
Top 10 Traditional Indian Handicrafts.pptxTop 10 Traditional Indian Handicrafts.pptx
Top 10 Traditional Indian Handicrafts.pptxdishha99
 
High Profile 🔝 8250077686 📞 Call Girls Service in Siri Fort🍑
High Profile 🔝 8250077686 📞 Call Girls Service in Siri Fort🍑High Profile 🔝 8250077686 📞 Call Girls Service in Siri Fort🍑
High Profile 🔝 8250077686 📞 Call Girls Service in Siri Fort🍑Damini Dixit
 
08448380779 Call Girls In Chhattarpur Women Seeking Men
08448380779 Call Girls In Chhattarpur Women Seeking Men08448380779 Call Girls In Chhattarpur Women Seeking Men
08448380779 Call Girls In Chhattarpur Women Seeking MenDelhi Call girls
 
visa consultant | 📞📞 03094429236 || Best Study Visa Consultant
visa consultant | 📞📞 03094429236 || Best Study Visa Consultantvisa consultant | 📞📞 03094429236 || Best Study Visa Consultant
visa consultant | 📞📞 03094429236 || Best Study Visa ConsultantSherazi Tours
 
Hire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
Hire 💕 8617697112 Champawat Call Girls Service Call Girls AgencyHire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
Hire 💕 8617697112 Champawat Call Girls Service Call Girls AgencyNitya salvi
 
🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...
🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...
🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...Apsara Of India
 
Hire 💕 8617697112 Reckong Peo Call Girls Service Call Girls Agency
Hire 💕 8617697112 Reckong Peo Call Girls Service Call Girls AgencyHire 💕 8617697112 Reckong Peo Call Girls Service Call Girls Agency
Hire 💕 8617697112 Reckong Peo Call Girls Service Call Girls AgencyNitya salvi
 
💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati
💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati
💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh HaldighatiApsara Of India
 
Genesis 1:6 || Meditate the Scripture daily verse by verse
Genesis 1:6  ||  Meditate the Scripture daily verse by verseGenesis 1:6  ||  Meditate the Scripture daily verse by verse
Genesis 1:6 || Meditate the Scripture daily verse by versemaricelcanoynuay
 
Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779
Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779
Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779Delhi Call girls
 
Hire 💕 8617697112 Chamba Call Girls Service Call Girls Agency
Hire 💕 8617697112 Chamba Call Girls Service Call Girls AgencyHire 💕 8617697112 Chamba Call Girls Service Call Girls Agency
Hire 💕 8617697112 Chamba Call Girls Service Call Girls AgencyNitya salvi
 
9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris
9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris
9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday SafarisKibera Holiday Safaris Safaris
 

Último (20)

Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort ServiceKanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
 
08448380779 Call Girls In Chirag Enclave Women Seeking Men
08448380779 Call Girls In Chirag Enclave Women Seeking Men08448380779 Call Girls In Chirag Enclave Women Seeking Men
08448380779 Call Girls In Chirag Enclave Women Seeking Men
 
Study Consultants in Lahore || 📞03094429236
Study Consultants in Lahore || 📞03094429236Study Consultants in Lahore || 📞03094429236
Study Consultants in Lahore || 📞03094429236
 
Visa Consultant in Lahore || 📞03094429236
Visa Consultant in Lahore || 📞03094429236Visa Consultant in Lahore || 📞03094429236
Visa Consultant in Lahore || 📞03094429236
 
ITALY - Visa Options for expats and digital nomads
ITALY - Visa Options for expats and digital nomadsITALY - Visa Options for expats and digital nomads
ITALY - Visa Options for expats and digital nomads
 
Book Cheap Flight Tickets - TraveljunctionUK
Book  Cheap Flight Tickets - TraveljunctionUKBook  Cheap Flight Tickets - TraveljunctionUK
Book Cheap Flight Tickets - TraveljunctionUK
 
08448380779 Call Girls In Shahdara Women Seeking Men
08448380779 Call Girls In Shahdara Women Seeking Men08448380779 Call Girls In Shahdara Women Seeking Men
08448380779 Call Girls In Shahdara Women Seeking Men
 
Top 10 Traditional Indian Handicrafts.pptx
Top 10 Traditional Indian Handicrafts.pptxTop 10 Traditional Indian Handicrafts.pptx
Top 10 Traditional Indian Handicrafts.pptx
 
Call Girls Service !! New Friends Colony!! @9999965857 Delhi 🫦 No Advance VV...
Call Girls Service !! New Friends Colony!! @9999965857 Delhi 🫦 No Advance  VV...Call Girls Service !! New Friends Colony!! @9999965857 Delhi 🫦 No Advance  VV...
Call Girls Service !! New Friends Colony!! @9999965857 Delhi 🫦 No Advance VV...
 
High Profile 🔝 8250077686 📞 Call Girls Service in Siri Fort🍑
High Profile 🔝 8250077686 📞 Call Girls Service in Siri Fort🍑High Profile 🔝 8250077686 📞 Call Girls Service in Siri Fort🍑
High Profile 🔝 8250077686 📞 Call Girls Service in Siri Fort🍑
 
08448380779 Call Girls In Chhattarpur Women Seeking Men
08448380779 Call Girls In Chhattarpur Women Seeking Men08448380779 Call Girls In Chhattarpur Women Seeking Men
08448380779 Call Girls In Chhattarpur Women Seeking Men
 
visa consultant | 📞📞 03094429236 || Best Study Visa Consultant
visa consultant | 📞📞 03094429236 || Best Study Visa Consultantvisa consultant | 📞📞 03094429236 || Best Study Visa Consultant
visa consultant | 📞📞 03094429236 || Best Study Visa Consultant
 
Hire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
Hire 💕 8617697112 Champawat Call Girls Service Call Girls AgencyHire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
Hire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
 
🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...
🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...
🔥HOT🔥📲9602870969🔥Prostitute Service in Udaipur Call Girls in City Palace Lake...
 
Hire 💕 8617697112 Reckong Peo Call Girls Service Call Girls Agency
Hire 💕 8617697112 Reckong Peo Call Girls Service Call Girls AgencyHire 💕 8617697112 Reckong Peo Call Girls Service Call Girls Agency
Hire 💕 8617697112 Reckong Peo Call Girls Service Call Girls Agency
 
💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati
💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati
💕📲09602870969💓Girl Escort Services Udaipur Call Girls in Chittorgarh Haldighati
 
Genesis 1:6 || Meditate the Scripture daily verse by verse
Genesis 1:6  ||  Meditate the Scripture daily verse by verseGenesis 1:6  ||  Meditate the Scripture daily verse by verse
Genesis 1:6 || Meditate the Scripture daily verse by verse
 
Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779
Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779
Night 7k Call Girls Noida Sector 93 Escorts Call Me: 8448380779
 
Hire 💕 8617697112 Chamba Call Girls Service Call Girls Agency
Hire 💕 8617697112 Chamba Call Girls Service Call Girls AgencyHire 💕 8617697112 Chamba Call Girls Service Call Girls Agency
Hire 💕 8617697112 Chamba Call Girls Service Call Girls Agency
 
9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris
9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris
9 Days Kenya Ultimate Safari Odyssey with Kibera Holiday Safaris
 

Different types of Editors in Linux

  • 1. DIFFERENT TYPES OF EDITORS IN LINUX By, BHAVIK TRIVEDI
  • 2. OUTLINES 1 •Why use an editor? •Types of editors •Vi / Vim editor •gEdit editor •Pico editor •Nano editor •Emacs Editor •Other types of editors •Voting of favourite editor used frequently
  • 3. 1 OUTLINES 2 WHY USE AN EDITOR? •An editor is just like a word processor without lot of features. •All Oses come with a basic text editor. •Main use – writing something in plain text with no formatting so another program can read it. •Most popular text editor for Linux is called ‘Vi’. It is a program that comes from UNIX. •There is more recent version called ‘VIM’ which means ‘Vi IMproved’. •Problem with Vi/Vim – lot of people don’t like it, because of you have to remember a lot of key combinations to do stuff that other editors will do for you more easily.
  • 4. 3 TYPES OF EDITORS •Vi / Vim •gEdit •Nano •gVim •Emacs ……. etc.
  • 5. 4 Vi / Vim Editor •Written in : C and Vim Script •Operating System : Cross-platform (Unix, Linux and Windows) •Author : Bram Moolenar •First Vim editor built in 1991. •Vim is designed for use both from a command-line interface (CLI) and as a standalone application in a graphical user interface (GUI). •gVim is the graphical version of the famous Vim editor.
  • 6. Vi / Vim Editor 5 •For create file in Vim, just type vi file-name and hit enter key. •A new file will be opened. •Type the contents and then save that file. •To save, press the Esc key and then press : w q ‘enter key’ •To quit with out saving Esc + : + q and then enter
  • 7. Vi / Vim Editor • C program in Linux 1.Vi hello.c Type the contents and save (Esc :wq!) 2. Compile the file Gcc hello.c 3. Run the executable ./a.out 4. Compile file with output option gcc –o hello hello.c 5. Run the executable ./hello 6
  • 8. gEdit Editor 7 •gEdit is the default editor for the Gnome desktop environment. This is a UTF-8 compatible editor. •Written in : C, Python •Operating System : Cross-Platform •It has simple and clear GUI. •gEdit has feature like syntax highlighting for various program code and text markup formats. •It has also some unique feature like multiple working tabs, multilanguage spellchecking, supports printing, print preview and printing to PDF files.
  • 9. Pico Editor 8 •This console based plain text editor operates with the simplicity of a GUI editor making it a favourite with Linux beginners. •Pico (Pine Composer) comes with the Pine email client. •Pico’s interface is many way similar to Windows editors, like Notepad. •Pine stands for Program for Internet News & Email. •It is a tool for reading, sending, and managing electronic messages. •Easy to learn than Vi, gEdit, etc. •Pine was developed by UW Technology at the University of Washington.
  • 10. Nano Editor •This is a GNU clone of Pico editor. •GNU Nano is a small and friendly text editor. •Besides basic text editing, nano offers many extra features like an interactive search and replace, go to line and column number, auto-indentation, feature toggles, internationalization support, and filename tab completion. •In contrast to Pico, Nano is licensed under the GNU General Public License (GPL). •GNU Nano was first created in 1999 with name TIP (This isn’t Pico) by Chris Allegretta. 9
  • 11. Emacs Editor •This console based plain text editor supports the theory that more is better. •It tries to support every feature possible. •First Release of Emacs was in the year 1976. •Written in : C and Emacs lisp •Operating System: Cross-platform 10
  • 12. Other types of editors 11 •Mainly 3 types of editors. 1. console based editors 2. GUI based editors 3. Structure text editors 1. console based editors: it contains various editors like emacs, jed, nano, pico, vim. 2. GUI based editors: gedit, gvim, Nedit, Tea, sublime. 3. Structure text editors: It refers to logically formatted and/or annotated text to represent a data schema or programmatic function. •Two common formats available today are HTML for web markup of text documents and XML for data representation. •HTML editors: kompozer, bluefish, quanta, aptana, coffecup •XML editos: KXML editor, Oxygen XML, Eclipse, Conglomerate XML, Emacs nXML mode.
  • 13. Voting of favourite editor used frequently 12

Notas del editor

  1. 1
  2. 3