mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
ahost: add Polish translation (#11169)
This commit is contained in:
parent
ba1344e9f3
commit
a2d6a569e2
1 changed files with 16 additions and 0 deletions
16
pages.pl/linux/ahost.md
Normal file
16
pages.pl/linux/ahost.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# ahost
|
||||
|
||||
> Narzędzie zapytań DNS do wyświetlania rekordów A lub AAAA powiązanych z nazwą hosta lub adresem IP.
|
||||
> Więcej informacji: <https://manned.org/ahost>.
|
||||
|
||||
- Wyświetl rekord `A` lub `AAAA` powiązany z nazwą hosta lub adresem IP::
|
||||
|
||||
`ahost {{example.com}}`
|
||||
|
||||
- Wyświetl dodatkowe wyjście debugowe:
|
||||
|
||||
`ahost -d {{example.com}}`
|
||||
|
||||
- Wyświetl rekord wskazanego typu:
|
||||
|
||||
`ahost -t {{a|aaaa|u}} {{example.com}}`
|
Loading…
Add table
Reference in a new issue