DIFF.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:2k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH DIFF 1
  2. .SH NAME
  3. diff - print differences between two files
  4. .SH SYNOPSIS
  5. fBdiff  fR [fB-c fR|fB -e fR|fB -C fInfR] [fB-brfR]fIfile1 file2fRfR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-C fIn" "Produce output that contains fInfR lines of context"
  19. .FL "-b" "Ignore white space when comparing"
  20. .FL "-c" "Produce output that contains three lines of context"
  21. .FL "-e" "Produce an fIedfR-script to convert fIfile1fR into fIfile2fR"
  22. .FL "-r" "Apply fIdifffR recursively to files and directories of
  23. .SH EXAMPLES
  24. .EX "diff file1 file2" "Print differences between 2 files"
  25. .EX "diff -C 0 file1 file2" "Same as above"
  26. .EX "diff -C 3 file1 file2" "Output three lines of context with every
  27. .EX "diff -c file1 file2" Same as above"
  28. .EX "diff /etc /dev" "Compares recursively the directories fI/etcfR and fI/devfR"
  29. .EX "diff passwd /etc" "Compares fI./passwdfR to fI/etc/passwd"
  30. .SH DESCRIPTION
  31. the same name, when fIfile1fR and fIfile2fR are both directories"
  32. difference encountered"
  33. .PP
  34. fIDifffR compares two files and generates a list of lines telling how
  35. the two files differ.  Lines may not be longer than 128 characters.
  36. If the two  arguments on the command line are both directories,
  37. fIdifffR recursively steps through all subdirectories comparing
  38. files of the same name. If a file name is found only in one directory,
  39. a diagnostic message is written to fIstdoutfR. A file that is of
  40. either block special, character special or FIFO special type, cannot
  41. be compared to any other file.
  42. On the other hand, if there is one directory and one file given on the
  43. command line, fIdifffR tries to compare the file with the same name
  44. as fIfilefR in the directory fIdirectoryfR.
  45. .SH "SEE ALSO"
  46. .BR cdiff (1),
  47. .BR cmp (1),
  48. .BR comm (1),
  49. .BR patch (1).