view bin/gaseen @ 2625:872664b66a3e

<elliott> sed -i \'1017s/$/ <Bike> please provide at least two zebrafish you have modified to glow in the dark/\' quotes
author HackBot
date Tue, 09 Apr 2013 01:06:16 +0000
parents 7b39af120554
children
line wrap: on
line source

#!/bin/bash
who="${1% }" who="${who,,}"
arr=(/var/irclogs/_esoteric/????-??-??.txt)
gawk -vw="$who" -vOFS=":" '
tolower($2) ~ w{x=$0} ENDFILE{if(x){print substr(FILENAME,1,10), x; exit}}
' < <(for ((i=${#arr[@]}-1; i>=0; i-- )); do echo ${arr[i]}; done)