File Compare

In this article we are going to address the topic of File Compare in a broad and detailed way. File Compare is a topic of great relevance today, which has generated numerous debates and conflicting opinions. Along these lines, we will analyze different aspects related to File Compare, from its origin to its repercussions on current society. In addition, we will examine different points of view and expert opinions, with the aim of providing the reader with a complete and objective vision on this topic. Don't miss this article in which we will unravel all the secrets of File Compare.

fc
Original author(s)Mani A. Ulloa
Developer(s)Microsoft, IBM, Digital Research, Novell
Initial release1984, 39–40 years ago
Written inMS-DOS: x86 assembly language
FreeDOS: C
Operating systemMS-DOS, PC DOS, OS/2, eComStation, ArcaOS, Windows, DR DOS, FreeDOS
PlatformCross-platform
TypeCommand
LicenseMS-DOS: MIT
FreeDOS: GPLv2+
Websitedocs.microsoft.com/en-us/windows-server/administration/windows-commands/fc

In computing, fc (File Compare) is a command-line program in DOS, IBM OS/2 and Microsoft Windows operating systems, that compares multiple files and outputs the differences between them. It is similar to the Unix commands comm, cmp and diff.

History

The fc command has been included in Microsoft operating systems since MS-DOS 2.11 (e.g. on the 1984/85 DEC Rainbow release) and is included in all versions of Microsoft Windows. fc has also been included in IBM OS/2 Version 2.0.

DR DOS 6.0 includes an implementation of the fc command.

The command is also available in FreeDOS. This implementation is licensed under the GPLv2+.

Functionality

fc can compare text files as well as binary files. The latest versions[which?] can compare ASCII or Unicode text. The result of comparisons are output to the standard output. The output of fc is intended primarily to be human readable and may be difficult to use in other programs.

See also

References

  1. ^ OS/2 Museum
  2. ^ "fc Microsoft Docs". Microsoft.com. Retrieved 2019-06-20.
  3. ^ "Fasthelp". Technet.microsoft.com. 20 February 2014. Retrieved 2016-06-15.
  4. ^ Rainbow MS-DOS Version 2.11 Documentation : Digital Equipment Corporation October 1984
  5. ^ MS-DOS and Windows command line fc command
  6. ^ OS/2 2.0 Redbooks Volume 2 - DOS and Windows Environment (GG24-3731)
  7. ^ DR DOS 6.0 User Guide Optimisation and Configuration Tips
  8. ^ "FreeDOS 1.2 Updates Package - fc (FreeDOS Base)". Ibiblio.org. 2005-01-10. Retrieved 2022-09-04.
  9. ^ FC - file compare - Windows CMD - SS64.com

Further reading

External links