A report from the documentation maintainer
A report from the documentation maintainer
Posted Oct 30, 2016 21:59 UTC (Sun) by neilbrown (subscriber, #359)In reply to: A report from the documentation maintainer by lsl
Parent article: A report from the documentation maintainer
> I thought everyone sets their LC_COLLATE to C (C.UTF-8, if supported) anyway to preserve their sanity. You don't?
Yes. Yes! A thousand times YES.
> Fire up bash and try this:
> > case b in [A-Z]) echo upper;; *) echo lower;; esac
> Changed your mind?
Or better:
> rm [A-Z]*
WHAT! It removed all the files which names starting with a lower case letter !?!?!
