replace.1
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. .TH REPLACE 1 "20 December 2000" 
  2. .SH NAME 
  3. .TP
  4. replace - A utility program that is used by msql2mysql, but that has more general applicability as well. replace changes strings in place in files or on the standard input. Uses a finite state machine to match longer strings first. Can be used to swap strings.
  5. .SH USAGE 
  6. replace [-?svIV] from to from to ... -- [files]
  7. .TP
  8. or
  9. .TP
  10. replace [-?svIV] from to from to ... < fromfile > tofile
  11. .SH SYNOPSIS 
  12. .B replace 
  13. .RB [ -?  |  -I ] 
  14. .RB [ -s ] 
  15. .RB [ -v ] 
  16. .SH DESCRIPTION 
  17. .TP
  18. .BR replace
  19. .TP
  20. .BR -?  |  -I
  21. info
  22. .TP
  23. .BR -s
  24. silent
  25. .TP
  26. .BR -v
  27. verbose
  28. .SH EXTRA INFO
  29. .B Special characters in from string:
  30. .TP
  31. \^
  32. Match start of line.
  33. .TP
  34. \$
  35. Match end of line.
  36. .TP
  37. \b
  38. Match space-character, start of line or end of line. For a end \b the next replace starts locking at the end space-character. A \b alone in a string matches only a space-character.
  39. .SH EXAMPLE
  40. this command swaps a and b in the given files:
  41. .TP
  42. shell> replace a b b a -- file1 file2 ...
  43. .SH "SEE ALSO" 
  44. isamchk (1),
  45. isamlog (1),
  46. mysqlaccess (1),
  47. mysqladmin (1),
  48. mysqlbug (1),
  49. mysqld (1),
  50. mysqldump (1),
  51. mysqlshow (1),
  52. msql2mysql (1),
  53. perror (1),
  54. replace (1),
  55. safe_mysqld (1),
  56. which1 (1),
  57. zap (1),
  58. .SH AUTHOR 
  59. Ver 1.0, distribution 3.23.29a
  60. Michael (Monty) Widenius (monty@tcx.se),
  61. TCX Datakonsult AB (http://www.tcx.se).
  62. This software comes with no warranty.
  63. Manual page by L. (Kill-9) Pedersen 
  64. (kill-9@kill-9.dk), Mercurmedia Data Model Architect /
  65. system developer (http://www.mercurmedia.com)
  66. ." end of man page