mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
resolveip: add page (#4982)
This commit is contained in:
parent
252271c35a
commit
935d337cc6
1 changed files with 16 additions and 0 deletions
16
pages/linux/resolveip.md
Normal file
16
pages/linux/resolveip.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# resolveip
|
||||
|
||||
> Resolve hostnames to their IP addresses and vice versa.
|
||||
> More information: <https://mariadb.com/kb/en/resolveip/>.
|
||||
|
||||
- Resolve a hostname to an IP address:
|
||||
|
||||
`resolveip {{example.org}}`
|
||||
|
||||
- Resolve an IP address to a hostname:
|
||||
|
||||
`resolveip {{1.1.1.1}}`
|
||||
|
||||
- Silent mode. Produces less output:
|
||||
|
||||
`resolveip --silent {{example.org}}`
|
Loading…
Add table
Reference in a new issue