1RESOLVEIP(1) MariaDB Database System RESOLVEIP(1)
2
3
4
6 resolveip - resolve host name to IP address or vice versa
7
9 resolveip [options] {host_name|ip-addr} ...
10
12 The resolveip utility resolves host names to IP addresses and vice
13 versa.
14
15 Invoke resolveip like this:
16
17 shell> resolveip [options] {host_name|ip-addr} ...
18
19 resolveip supports the following options.
20
21 • --help, --info, -?, -I
22
23 Display a help message and exit.
24
25 • --silent, -s
26
27 Silent mode. Produce less output.
28
29 • --version, -V
30
31 Display version information and exit.
32
34 Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc.,
35 2010-2019 MariaDB Foundation
36
37 This documentation is free software; you can redistribute it and/or
38 modify it only under the terms of the GNU General Public License as
39 published by the Free Software Foundation; version 2 of the License.
40
41 This documentation is distributed in the hope that it will be useful,
42 but WITHOUT ANY WARRANTY; without even the implied warranty of
43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
44 General Public License for more details.
45
46 You should have received a copy of the GNU General Public License along
47 with the program; if not, write to the Free Software Foundation, Inc.,
48 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA or see
49 http://www.gnu.org/licenses/.
50
51
53 For more information, please refer to the MariaDB Knowledge Base,
54 available online at https://mariadb.com/kb/
55
57 MariaDB Foundation (http://www.mariadb.org/).
58
59
60
61MariaDB 10.5 27 June 2019 RESOLVEIP(1)