what is linux utilities and editor

Answer Posted / alf55

Evey Unix or Linux distro will have an editor that is
compatible with Vi. In Linux that is usually vim (it may
have a link or alias for vi as well.

Any other editors may be present as well but are not
required to be present per the Unix specification.

The gui version of vim is gvim.

vi
vim --- vi improved (vi compatible with much more)
gvim --- GUI version of vim
elvis --- (vi ompatible with more) also see second coming of
elvis
emacs --- another editor can be switched into vi mode
and many more

vi, ed or ex are inside vim and when they are symbolic link
to vim, then vim will behave as that editor when executed as
vi, ed, or ex.

sed is a stream editor that was pulled out of the very old
ed editor. (Note that the UNIX grep command was also pulled
out of ed as well.)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is clang llvm?

582


How do I run a shell script?

500


Who whoami linux?

553


In order to display the last five commands you have entered using the fc command, you would type?

516


What is cd command used for?

558






Can I delete .bash history?

507


Which daemon is used for scheduling of the commands?

568


What is mkdir p?

558


What is p in mkdir?

562


What are the mv command options?

464


What can you tell about the tar command?

563


What is ulimit in linux?

560


What is df command in unix?

503


What are the basic commands in command prompt?

551


What is tty in linux command?

512