[31] in Public-Access_Computer_Systems_Forum

home help back first fref pref prev next nref lref last post

E-Mail Addresses

daemon@ATHENA.MIT.EDU (Public-Access Computer Systems For)
Mon Apr 20 10:10:01 1992

Date:         Mon, 20 Apr 1992 09:05:55 CDT
Reply-To: Public-Access Computer Systems Forum <PACS-L%UHUPVM1.BITNET@RICEVM1.RICE.EDU>
From: Public-Access Computer Systems Forum <LIBPACS%UHUPVM1.BITNET@RICEVM1.RICE.EDU>
To: Multiple recipients of list PACS-L <PACS-L@UHUPVM1.MIT.EDU>

3 Messages, 84 Lines
*-----

From: rtennant@library.Berkeley.EDU (Roy Tennant)
Subject: E-mail addresses

Recent discussion of locating e-mail addresses has spurred me to describe
one way I handle that problem. I have an account on a machine running
UNIX, so if you have the same environment you should be able to do the
following as well. If you use a different operating system, it is possible
that you may have some of the same capabilities but must use
different commands.

First, I send a message to the LISTSERVs that host key library lists
(e.g., PACS-L) asking it to send me a list of subscribers. The LISTSERV
command is REV (for review) and the list name. For example, to get
the list of PACS-L subscribers, you would send the message REV PACS-L
to LISTSERV@UHUPVM1.BITNET

Then, when the file arrives in your e-mail you save it as a file in your
computer account. This file can then be searched for the occurrence of
a string with the "grep" command. This UNIX command will search the
specified string in the specified file or files and display the line in which
the string occurs. For maximum recall, I use the "-i" switch with the
command, which specifies a case-insensitive string search (i.e., will
retrieve uppercase,  lowercase or mixed matches). The full command
string is "grep", a space, "-i", a space, the string you want to search,
and the name of the file (or files) you want to search. For example:

% grep -i tennant pacsl        <<=- this search retrieved this result:
rtennant@LIBRARY.BERKELEY.EDU             Roy Tennant
%

Searching multiple files looks like this:

% grep -i tennant pacsl cnidirl   <<=- note that two files were specified
pacsl:rtennant@LIBRARY.BERKELEY.EDU             Roy Tennant
cnidirl:rtennant@LIBRARY.BERKELEY.EDU             Roy Tennant
%

If you wish to get really fancy, you can alias the "grep -i" command to
something simpler, such as "f" for find by an appropriate "alias" line
in your ".cshrc" file.

Obviously, you can also use this search facility to find everyone from
a particular institution that subscribe to a particular list if you know
the appropriate string. I have used this technique to great advantage
when I misplaced someone's e-mail address. I find that many of the
persons I wish to correspond with can be found in this manner.

Roy Tennant
The Library, UC Berkeley
*-----

From: me@SUZUKA.U-STRASBG.FR(Michel Eytan LILoL)
Subject: Re:  E-mail addresses


----- Begin Included Message -----

First, I send a message to the LISTSERVs that host key library lists
(e.g., PACS-L) asking it to send me a list of subscribers
Then, when the file arrives in your e-mail you save it as a file in your
computer account. This file can then be searched...

----- End Included Message -----

That's exactly the principle used by mail-server@pit-manager.mit.edu (an archive
 site), except that they use 'usenet' news instead of bitnet lists.

==michel eytan@dpt-info.u-strasbg.fr

*-----

From:     <KINGH@SNYSYRV1>
Subject:  RE: E-mail addresses

I'd like to let people like Roy Tennant know that the practicl information
they provide for accessing information on the 'Net," is appreciated.

Hannah King
SUNY HSC Library at Syracuse
kingh@snysyrv1
kingh@vax.cs.hscsyr.edu

home help back first fref pref prev next nref lref last post