Mercurial > repo
view bin/bseen @ 12523:67a2e5342dad draft default tip
<b_jonas> learn The password of the month is outside the scope of this wisdom entry.
author | HackEso <hackeso@esolangs.org> |
---|---|
date | Tue, 01 Apr 2025 08:17:53 +0100 |
parents | 7914d7e0b500 |
children |
line wrap: on
line source
#!/usr/bin/env bash s="<${1% }>" while ((i++ < 30)) && read -r file; do line= while read -r t n m; do [[ $n =~ $s ]] && line="$t $n $m"; done <"$file" [[ -n "$line" ]] && { printf '%s:%s\n' "${file##*/}" "$line"; exit; } done < <(ls -r /var/irclogs/_esoteric/????-??-??.txt) echo 'well, not lately'