HN user

alazar

3 karma
Posts1
Comments4
View on HN

On the first hit with a non-curl user agent it will take you through a series of advertisement redirects then land you on an ad page. I got TurboTax, probably because I just read a TurboTax article from Reddit.

Multitail 12 years ago

I was looking at multitail yesterday. The problem that I'm trying to solve is I follow multiple files using 'find /var/log -type f -mtime -1 | xargs tail -F' while I'm troubleshooting something, and then need to re-assemble them into one stanza per file rather than the sequential output from tail. I've been doing this manually in a text editor; does anyone have a better solution?