Anonymous 08/28/2019 (Wed) 14:46:39 Id: 655da9 No.875 del
Simple bash-script for searching raw HTML sources
Simple bash-script for searching raw HTML sources
Uses Unix's Commons: awk, grep, head, tail

Will run for cygWin (winOS) as well, but make sure
you've got the path right to your archive (arcDir)



#!/bin/bash


# Local archive folder
# --> Edit here for your own local path
arcDir="/pathto/archives/8chan/qresearch/.zfs/snapshot/grab-n-snap-20190713-0227/qresearch/res"
# For CygWin, path could be for example:
# arcDir="/cygdrive/D/archive/pol/res"

Message too long. Click here to view full text.