view bin/aseen @ 2011:544869460785

<oerjan> ln -s /bin/echo bin/rot256
author HackBot
date Tue, 05 Feb 2013 21:49:37 +0000
parents fad28b069406
children
line wrap: on
line source

#!/usr/bin/env bash
n="<${1% }>"; n="${n,,}"
while ((i++ < 30)) && read -r file
do awk -vf="${file##*/}" -vn="$n" 'tolower($2) ~ n{x=$0} END{if(!x) exit 1; print f,x}' "$file" && exit;
done < <(ls -r /var/irclogs/_esoteric/????-??-??.txt)
echo "not lately"