Unix and Linux Discussions Tagged with place |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
9,457 |
What is on Your Mind? |
|
|
|
13 |
4,298 |
Shell Programming and Scripting |
|
|
|
0 |
1,110 |
UNIX and Linux RSS News |
|
|
|
1 |
2,261 |
Shell Programming and Scripting |
|
|
|
0 |
3,004 |
Solaris |
|
|
|
14 |
7,998 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,976 |
Shell Programming and Scripting |
|
|
|
5 |
50,516 |
Shell Programming and Scripting |
|
|
|
6 |
3,721 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
38,889 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
30,396 |
Where do I download LINUX & UNIX? |
|
|
|
1 |
3,220 |
UNIX for Dummies Questions & Answers |
|
|
|
13 |
10,982 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
7,037 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,939 |
Cybersecurity |
|
|
|
1 |
2,211 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,190 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,158 |
Programming |
|
|
|
4 |
8,442 |
IP Networking |
|
|
|
2 |
4,741 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
2,502 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
6,131 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
11,652 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,741 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
20,148 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,372 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
4,103 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,579 |
Programming |
|
|
|
3 |
3,369 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
9,615 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
13,634 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,054 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,559 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
7,227 |
HP-UX |
|
|
|
4 |
3,006 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
2 |
11,618 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
5,660 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,461 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,314 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
2 |
2,626 |
UNIX for Dummies Questions & Answers |
IP2HOSTNAME(1) General Commands Manual IP2HOSTNAME(1)
NAME
ip2hostname - converts IP addresses to their respective hostnames
SYNOPSIS
ip2hostname [-h] [ -p printf_format ] [ [-i extension] file [...] ]
DESCRIPTION
-h help (shows this usage information) (mnemonic: 'h'elp)
-p printf_format use this printf format for IP address and hostname, respectively. The default format is '%.0s%s', which supresses the printing of the IP address (i.e. "%.0s" specifies printing a string with a maximum width of zero). To maintain column widths (since both the IP address and hostname vary in lenght), a format like this may be useful: '%-16.16s %-20s' (mnemonic: 'p'rintf format)
-i extension edit the files in place (rather than sending to standard output) This option requires file name(s) argument(s). The extension is added to the name of the old file to make a backup copy. If you don't wish to make a backup, use "-I". (mnemonic: edit 'i'n place)
-I like "-i" but no backup is made. (mnemonic: edit 'I'n place, trusting this script 'I'mplicitly. ;^)
SEE ALSO
add_ds.pl(1), add_txrx(1), event2vrule(1), flowscan(1), locker(1)
AUTHOR
This manual page was written by Anibal Monsalve Salazar, for the Debian Project.
IP2HOSTNAME(1)