view bin/seens @ 3274:674476b08eaf

<ssstosis> gccrun FILE* f=fopen("/hackenv/bin/welcome13","w");fprintf(f,"welcome \\"$@\\" | tr a-zA-Z n-za-mN-ZA-M");fflush(f);fclose(f);
author HackBot
date Wed, 03 Jul 2013 02:55:22 +0000
parents fd0fb2b0fe7a
children
line wrap: on
line source

#!/bin/sh
find /var/irclogs/_esoteric -mindepth 1 -maxdepth 1 -type f -name '????-??-??.txt' | sort -r | xargs -d'\n' -r tac -- | grep "^..:..:..: <$1>" | head -n 1