Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ip2hostname(1) [debian man page]

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)

Check Out this Related Man Page

idevicebackup2(1)					      General Commands Manual						 idevicebackup2(1)

NAME
idevicebackup2 - Create or restore backup for iDevices running iOS4+. SYNOPSIS
idevicebackup2 [OPTIONS] CMD [CMDOPTIONS] DIRECTORY DESCRIPTION
Create or restore backup from the current or specified directory. OPTIONS
-u, --uuid UUID target specific device by its 40-digit device UUID. -d, --debug enable communication debugging. -h, --help prints usage information. COMMANDS
backup create backup for the device. restore restore last backup to the device. --system restore system files, too. --reboot reboot the system when done. --copy create a copy of backup folder before restoring. --settings restore device settings from the backup. info show details about last completed backup of device. list list files of last completed backup in CSV format. unback unpack a completed backup in DIRECTORY/_unback_/. AUTHORS
Martin Szulecki Nikias Bassen SEE ALSO
idevicebackup(1) idevicebackup2(1)
Man Page

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sed question

Does anyone know a easy way to edit a file to place a - (dash) in a specific column for every line of data that is in the file? For example: I have a file and I want to edit the file and insert a - (dash) at column 194. Any help would be appreciated. (2 Replies)
Discussion started by: Docboyeee
2 Replies

2. HP-UX

to edit .class file

Hi, i am working on the HP-UX system and i have a class file while deals with the label printing. The issue is i am new to HP-UX and i dont know how to view it in a proper readable format and edit then edit it. I tried vi editor which is the only editor i know but no success. Can anyone kindly... (3 Replies)
Discussion started by: angelofhell
3 Replies

3. Shell Programming and Scripting

sed edit in place -i issues

Hello, I am attempting to create a command that I can eventually put into a loop so I can edit 1file on many servers. I would like to edit the file in place with sed -i. If not I will take any suggestions on how to use a temp file. I need to remove a email address from the configuration file... (4 Replies)
Discussion started by: abacus
4 Replies

4. Shell Programming and Scripting

Find all .htaccess files and make a backup copy in respective directories

Hey guys, I need to know how to locate all .htaccess files on the server and make a backup of them in the folder they reside before I run a script to modify all of them. So basically taking dir1/.htaccess and copying it as dir1/.htaccess_bk dir2/.htaccess copying as dir2/.htaccess_bk... (5 Replies)
Discussion started by: boxx
5 Replies

5. UNIX for Dummies Questions & Answers

Help with printing output format from a file

Hi, I need help in printing data in below format from file extensions with .dml, i have listed details below file name is test_temp.dml, location in /home/users/test01/test_temp.dml file content: sample_type= record decimal(",") test_type; date("DD-MM-YYYY")(",") test_date... (2 Replies)
Discussion started by: AAHinka
2 Replies

6. UNIX for Dummies Questions & Answers

Help with printing advance output format from a file

Hi, below 'awk' code was given for my thread 'Help with printing output format from a file ' earlier, however script is not resulting expected output with below file content. cat test_tes123.dml record string("\001") emp_num; /* CHAR(11) NOT NULL*/ date("YYYYMMDD")... (1 Reply)
Discussion started by: AAHinka
1 Replies

7. UNIX for Beginners Questions & Answers

How to edit a pcl (binary) file ?

Dear Gurus, I'm getting a bunch of print spool files in pcl format. I need to edit them moving graphics to i.e. right to make room for barcode stickers. I'm trying to run a script in AIX 7.1.0.0 to edit some pcl pointer positions to the right. i.e. change p1018X to p1818X. Piece of cake.... (11 Replies)
Discussion started by: emare
11 Replies