view paste/paste.27718 @ 1593:09fd7f98c5f8

<elliott> echo "#!/bin/sh" >bin/seen; echo \'cd /var/irclogs/_esoteric\' >>bin/seen; echo \'for file in $(ls -r | grep "....-..-..\\.txt"); do grep -P -i "^..:..:..: <$1>" $file; done | tail -n 1\' >>bin/seen; chmod +x bin/seen
author HackBot
date Tue, 22 Jan 2013 00:07:42 +0000
parents c091565553db
children 1c1429d055bc
line wrap: on
line source

Usage: words [-dhNo] [DATASETS...] [NUMBER_OF_WORDS]

options:
  -l, --list             list valid datasets
  -d, --debug            debugging output
  -N, --dont-normalize   don't normalize frequencies when combining
                         multiple Markov models; this has the effect
                         of making larger datasets more influential
  -o, --target-offset    change the target length offset used in the
                         word generation algorithm; use negative integers
                         for best results