answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What happens when you use diff to compare two binary files that are not identical?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you open binary files on a mac?

It would depend what the binary files are and what you wanted to do with them.


Text files and binary files are considered to be WHAT files?

different files


Do binary files cause viruses?

Binary file that has malicious code in it can create viruses. It depends on the programming on how it will be executed. Security of Operating System is considered on how handling such files.


What mode do you FTP image files in?

Binary


What is the main difference between binary and text files?

Text files are human-readable, binary files aren't. Note: There are some characters that are not common in text files, like 00H-08H,0BH,0E-1FH,7FH.


What are binary files and libraries in Linux?

Binary files are compiled programs. Libraries are external resources that one or more programs can call upon to aid them in a task.


How many types of c language files are there?

ASCII and BINARY are the basic classifications of files


What is difference between text and binary files?

A binary file is a computer file which may contain any type of data, encoded in binary form for computer storage and processing purposes; for example, computer document files containing formatted text. Many binary file formats contain parts that can be interpreted as text; binary files that contain only textual data - without, for example, any formatting information - are called plain text files. In many cases, plain text files are considered to be different from binary files because binary files are made up of more than just plain text. When downloading, a completely functional program without any installer is also often called program binary, or binaries (as opposed to the source code).A text file (sometimes spelled "textfile") is a generic description of a kind of computer file in a computer file system.[1] At this generic level of description, there are two kinds of computer files: 1) text files; and 2) binary files.[2] This broad two-level distinction is widely recognized and applied in computing, even though it can be misleading,and subject to differing interpretation


How do you convert DAT files to JPEG files?

DAT file are binary files with text. They can be opened in Word. They aren't pictures that can be converted into JPEGs.


What command locates identical lines within two identically sorted files?

the find command, locates the identical lines within two identically sorted files. Your Welcome.


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.


How do you compare one XML file with many XML files?

you could use an xml tool that would allow you to compare the files, most xml tools normally refer to this feature as xml diff, it allows you to compare differences in multiple xml files.