Ubuntu Pastebin

Paste from Daniel Llewellyn at Mon, 23 Mar 2015 22:23:34 +0000

Download as text
1
sudo $TAIL -n100 "$LOGFILE" | grep --line-buffered "$1" | $SED 's/^.\{25\}[^:]*: //g' | $SED 's/\\/\\\\/g' | $SED 's/#012/\n  /g' | $SED 's/#011/    /g' | { while read -e LINE; do echo -e "$LINE"; done }
Download as text