Sponsored Content
Full Discussion: + instead of ;
Top Forums Shell Programming and Scripting + instead of ; Post 54167 by kduffin on Wednesday 4th of August 2004 09:49:51 PM
Old 08-04-2004
As Perderabo stated, it is a recent addition. It was added in the SUSv3, IEEE 1003.1-200x although it originates from SVR4:
It has been implemented and documented on UnixWare at least since 2.1. It has been implemented in all SunOS 5.x versions, but is only documented since SunOS 5.9. So you can use it even though the man pages don't list it. It has been implemented and documented in HP-UX since 11.x. IRIX (up to 6.5.15) in contrast doesn't provide it, its find(1) apparently originates from SVR3.

Cheers,

Keith
 
GEOIPLOOKUP(1)						      General Commands Manual						    GEOIPLOOKUP(1)

NAME
geoiplookup - look up country using IP Address or hostname SYNOPSIS
geoiplookup [-d directory] [-f filename] [-v] <ipaddress|hostname> DESCRIPTION
geoiplookup uses the GeoIP library and database to find the Country that an IP address or hostname originates from. For example geoiplookup 80.60.233.195 will find the Country that 80.60.233.195 originates from, in the following format: NL, Netherlands OPTIONS
-f Specify a custom path to a single GeoIP datafile. -d Specify a custom directory containing GeoIP datafile(s). By default geoiplookup looks in /usr/share/GeoIP -v Lists the date and build number for the GeoIP datafile(s). AUTHOR
Written by T.J. Mather REPORTING BUGS
Report bugs to <support@maxmind.com> COPYRIGHT
Copyright (C) 2006 MaxMind, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
geoipupdate(1), nslookup(1). 4th Berkeley Distribution 2 Jan 2007 GEOIPLOOKUP(1)
All times are GMT -4. The time now is 05:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy