Английская Википедия:File Compare

Материал из Онлайн справочника
Версия от 15:26, 7 марта 2024; EducationBot (обсуждение | вклад) (Новая страница: «{{Английская Википедия/Панель перехода}} {{Short description|Command-line program that compares multiple files}} {{About|the operating system command|the general concept|File comparison}} {{Infobox software | name = fc | logo = | screenshot = Microsoft Windows 95 Version 4.00.1111 fc command 492x259.png | screenshot size = | caption = The Microsoft Wind...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:About Шаблон:Infobox software 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.[1][2] 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)[3] and is included in all versions of Microsoft Windows.[4] fc has also been included in IBM OS/2 Version 2.0.[5]

DR DOS 6.0 includes an implementation of the Шаблон:Code command.[6]

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

Functionality

fc can compare text files as well as binary files.[8] 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

Шаблон:Reflist

Further reading

External links

Шаблон:Wikibooks

Шаблон:Windows commands