answersLogoWhite

0

vim -b <data_file>

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

When you first open the vi editor are you placed in edit mode?

Yes - you have to explicitly tell VI to go to insert mode.


SCP Secure Copy does transfer of file in binary mode?

Yes, the SCP Secure Copy is able to transfer the file in binary mode. This is because in the binary mode, it is computer understood.


What mode do you ftp tar files in?

Transfer tar files in binary mode.WARNING: some ftp clients go back to ascii mode when you enter an ls or dir command. To be safe, always use the binary command before getting a binary file.


Which mode of vi editor will be accessed by the colon?

There are two modes of 'vi' - the visual mode and the 'ex' (line mode) environment. By using the colon you are telling vi to switch to the line mode command environment used by 'ex' or 'ed'.


What are the different modes in C programming language?

In C programming language, there are three main modes: text mode, binary mode, and append mode. Text mode is used for reading and writing text files, binary mode is used for reading and writing binary files, and append mode is used for appending data to the end of a file.


What mode do you FTP image files in?

Binary


Programming files in binary access mode in qbasic?

In QBasic, programming files in binary access mode allows you to read from and write to files using binary data rather than text. You can open a file in binary mode using the OPEN statement with the FOR BINARY option. This mode is particularly useful for handling non-text data, such as images or compiled objects, as it provides direct control over the byte-level representation. Use the GET and PUT statements to read from and write to the binary file.


How many modes of operation does vi editor have?

At least three modes : input mode, command mode, and 'ex' mode.


What is the binary number of decimal number of 24?

To convert decimal to binary, and binary to decimal, you can use the calculator included in Windows. Up to Windows XP, select "scientific" mode; in Windows 7, select "programmer" mode. &lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt; 2410 = 110002.


What is mode of reproduction of protista?

Usually binary fission (asexual).


What is the mode of asexual reproduction do prokaryotes use?

Binary fission


How do you use vi?

Vi is a text editor that has three modes. In command mode you use h, j, k, l?&aelig;to go left, down, up and right. In input mode you press i to insert text before the cursor or a to insert after. To get into Ex mode you press Esc and : and write the file by entering :w (enter text) and end with :q.