answersLogoWhite

0

Its opens the file testing with the program vi.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

When was VI Bomber Command created?

VI Bomber Command was created in 1941.


When did VI Bomber Command end?

VI Bomber Command ended in 1946.


What command is used to open VI in Linux?

vi


How do you use tar command of UNIX in vi editor?

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.


How do you use vi command in Linux?

You type "vi filenameyouwanttoedit" on the command line. I recommend getting a book for more details. We certainly can't teach you everything there is to know about vi here.


What is the motto of RAF Balloon Command?

RAF Balloon Command's motto is 'Vi Et Ictu'.


How can you print a file while you are in the vi editor?

To print a file while in the vi editor, you can use the command :!lpr. This command sends the current buffer to the default printer. Alternatively, if you want to specify options for the print command, you can use something like :!lpr -P printer_name to print to a specific printer. After executing the command, you will return to the vi editor.


What is the command used for testing memory?

mdsched.exe


What command is uses for testing memory?

mdsched.exe


Does the vi command work on windows?

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.


How would you list all the processes running vi?

Within the 'vi' editor, use the '!ps' command with the correct options, depending on the Unix version or variant.


How can you make zero byte files in unix without using vi editor?

Use the 'touch' command. You cannot create a zero byte file with 'vi'.