On Montag, 20. November 2017 18:50:34 CET Reindl Harald wrote:
> Am 20.11.2017 um 18:30 schrieb Thiago Macieira:
> > On segunda-feira, 20 de novembro de 2017 07:58:06 PST Reindl Harald wrote:
> >> hopefully this means also that filenames in the future don't contain
> >> uppercase chars
> > 
> > Why would we want that?
> 
> well, i don't know many projects or people which create binaries other
> than lowercase chars and using only lowercase filenames would avoid the
> whole topic at it's root
> 
> to be honest: i am annyoed that "lsof | grep DEL | grep /usr" brings

OUCH!

Fixed that for you:
lsof | grep -E "\sDEL\s.*\s/usr"

Regards,

Stefan

Reply via email to