Anonymous 08/13/2019 (Tue) 03:45:42 Id: f21a04 No.586 del
#!/bin/bash

# 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)

# 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"

# SearchTerm provided by user -- make sure it's there and not too short
srcTerm="${1}"
if [ "${srcTerm}" == "" ]; then

Message too long. Click here to view full text.