Some may think that the vi editor is too cryptic in its use of commands; i.e. it is not very intuitive in terms of doing edits. Other editors seem to allow users to 'take' to them in an easier fashion.
However, if you use it long enough it becomes (like anything else) second nature.
'vi' is the standard text editor for Unix. You use it to edit content of a text file.
These are Unix and Linux text editor programs.
You don't. The 'tar' command has nothing to do with the 'vi' editor; it creates an archive files and the vi editor modifies the content of a file.
Look for a vi tutorial (they are usually online for Linux anyway). Or, search for "vi cheat sheet". Example is in related links.
To edit any file in Unix, use a file editor; there are several, including the venerable 'vi' program or 'vim', pico, nano, etc.
Everyone has their favorite editor - mine happens to be 'vi' because I use it frequently and it does in a simple way everything I need to do with editing.
Within the 'vi' editor, use the '!ps' command with the correct options, depending on the Unix version or variant.
Use the 'touch' command. You cannot create a zero byte file with 'vi'.
The one editor that is absolutely certain to be available on every Linux and Unix distribution is 'vi'. The 'vi' editor is not only the world's greatest editor, it is absolutely ubiquitous in the Unix and Linux world. There are other editors on many Linux systems including many graphical editors, but none hold a candle to 'vi', at least in my humble opinion.NOTE: The 'vi' editor was written by Bill Joy.
No, it does not. At least not with a stock version of windows. "VI" is text editing/manipulation software that comes with unix based operating systems , BUT you can install "wiw" (vi for windows) or "VIM" an enhanced clone of the original vi editor.
You can view the content of any file (text or not) in Unix by using any editor or filter or pager program, such as 'less', 'more', 'cat', 'vi', etc.
Vi (pronounced vee-eye), the standard screen-oriented editor provided with Unix operating systems, is the ``visual'' mode of the Ex line editor. Both Vi and Ex commands can be issued from within Vi. Source-The Internet.