Linux - What is ex and vi? Explain their purposes

What is ex and vi? Explain their purposes.

ex – the line editor mode of ‘vi’ editor. It allows to

- write LISP programs
- list all the files saved as the result of an editor or system crash
-prevent the accidental overwriting of files
-encrypt and decrypt the files

vi – screen oriented visual editor. It performs almost all the operations that are supported by ex. It has the additional features to edit, save lines and files. It provides the cursor movement options, editing options. Useful to write shell scripting in Linux/Unix.
Linux - What is kill()? Explain its possible return values.
What is kill()? Explain its possible return values - kill() is a system call which stops a process.........
Linux - Explain the steps that a shell follows while processing a command
Explain the steps that a shell follows while processing a command - The sequence of executing commands by shell are as follows:.......
Linux - Difference between cmp and diff commands
Difference between cmp and diff commands - Byte by byte comparision performed for two files comparision and displays the first mismatch byte.........
Post your comment