Replace - A String-Replacement Utility - Oracle 5.0 Reference Manual

Table of Contents

Advertisement

You can find out what the error code means by examining the documentation for your system or by
using the
perror
prints a description for a system error code or for a storage engine (table handler) error code.
perror
Invoke
perror
shell>
perror [options] errorcode ...
Example:
shell>
perror 13 64
OS error code
OS error code
To obtain the error message for a MySQL Cluster error code, invoke
option:
shell>
perror --ndb errorcode
Note that the meaning of system error messages may be dependent on your operating system. A given
error code may mean different things on different operating systems.
supports the following options.
perror
--help
Display a help message and exit.
[374]
--ndb
Print the error message for a MySQL Cluster error code.
--silent
Silent mode. Print only the error message.
--verbose
Verbose mode. Print error code and message. This is the default behavior.
--version
Display version information and exit.
4.8.2.
replace
The
replace
Invoke
replace
shell>
replace from to [from to] ... -- file_name [file_name] ...
shell>
replace from to [from to] ... < file_name
represents a string to look for and
from
of strings.
Use the
--
case, any file named on the command line is modified in place, so you may want to make a copy of
the original before converting it.
modifies.
If the
option is not given,
--
replace
utility.
like this:
13:
Permission denied
64:
Machine is not on the network
[374],
[374], -I,
--info
[374],
-s
[374],
-v
[374],
-V
— A String-Replacement Utility
utility program changes strings in place in files or on the standard input.
in one of the following ways:
option to indicate where the string-replacement list ends and the file names begin. In this
replace
replace
— A String-Replacement Utility
-?
represents its replacement. There can be one or more pairs
to
prints a message indicating which of the input files it actually
reads the standard input and writes to the standard output.
374
with the
perror
--ndb
[374]

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 5.0 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Mysql 5.0

Table of Contents