% % This is part of CLFSja package. % % This is a CTIE change file for the original XML source of the CLFSbook. % @x @y @z @x The Diffutils package contains programs that show the differences between files or directories. @y Diffutils パッケージはファイルやディレクトリの差分を表示するプログラムを提供します。 @z @x Installation of Diffutils @y &InstallationOf1;Diffutils &InstallationOf2; @z @x Fix a bug that prevents locale files from being installed: @y ロケールがインストールされるようにバグ修正します。 @z @x Prepare Diffutils for compilation: @y &PreparePackage1;Diffutils &PreparePackage2; @z @x Diffutils wants ed as the default editor for sdiff. The following sed will change the default to vi: @y Diffutils は sdiff におけるデフォルトのエディターとして ed を必要とします。 以下の sed コマンドにより、そのデフォルトを vim にします。 @z @x Compile the package: @y &CompileThePackage; @z @x To test the results, issue: @y ビルド結果をテストする場合は以下を実行します。 @z @x Install the package: @y &InstallThePackage; @z @x Contents of Diffutils @y &ContentsOf1;Diffutils &ContentsOf2; @z @x Installed programs @y &InstalledProgram; @z @x cmp, diff, diff3, sdiff @y cmp, diff, diff3, sdiff @z @x Short Descriptions @y &ShortDescriptions; @z @x cmp Compares two files and reports whether or in which bytes they differ @y 二つのファイルを比較して、どこが異なるか、あるいは何バイト異なるかを示します。 @z @x diff Compares two files or directories and reports which lines in the files differ @y 二つのファイルまたは二つのディレクトリを比較して、ファイル内のどの行に違いがあるかを示します。 @z @x diff3 Compares three files line by line @y 三つのファイルの各行を比較します。 @z @x sdiff Merges two files and interactively outputs the results @y 二つのファイルを結合して対話的に結果を出力します。 @z