On Thu, Nov 17, 2011 at 10:16 PM, Scott Edwards <[email protected]> wrote:
> ... snip > I'm almost ready to cheat and use this instead: > > zcat file.txt | head -c 2048 | tail -c 1024 | grep -o "quick brown fox" > > I'm tinkering with file magic first just to see. I've thought of using > this approach no few times in the past but chicken out with a script etc. > > I decided to use a regex construct for now. Eg: 5 regex/ quick\ brown\ fox QBF aka lazy dog troll. Regards, Scott. /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
