diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-09-12 17:47:26 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-09-12 17:47:26 +0000 |
commit | f845d37bd60d6ba79f983be29d4fb488b224a386 (patch) | |
tree | 7c4754902b9c9f7073f66ee3d0fde12ffd240c02 | |
parent | 76208645376520df36e155b56e515594f7f7a6d6 (diff) |
Explitily mention shell voodoo for everybody who cannot come up with it themselves
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -$Id: README,v 1.33 2002/09/12 17:04:38 weasel Exp $ +$Id: README,v 1.34 2002/09/12 17:47:26 weasel Exp $ ##################################################################### ## R E A D M E F O R E C H O L O T ########################### ##################################################################### @@ -184,6 +184,11 @@ o In the first terminal window, type: o In the second terminal window, type: $ ./pingd add <address1> <address2> <address3> ... + You can also use the following shell magic to add all addresses from + an existing rlist.txt or mlist.txt: + $ grep \$remailer rlist.txt | cut -f 2 -d \< | cut -f 1 -d \> | + xargs ./pingd add + Monitor the first terminal in which you started pingd. You should see mention of email addresses being added. |