home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume22 / auth-utils / part01 / clients / finger@ < prev    next >
Encoding:
Text File  |  1990-04-29  |  232 b   |  7 lines

  1. #!/bin/sh
  2. # finger@ version 1.0, 4/20/90.
  3. # Placed into the public domain by Daniel J. Bernstein.
  4. # Requires addcr, delcr.
  5. authtcp -XRv -- "${1-`hostname`}" finger \
  6. sh -c 'echo -n '"${2-}"' | addcr >&6;echo "" >&6;cat <&6' | delcr
  7.