Is phobos too fluffy?

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Thu Sep 17 15:53:03 UTC 2020


On 9/17/20 11:51 AM, Andrei Alexandrescu wrote:
> git grep '^ *[{}] *$' **/*.d | wc -l

This should be:

git grep '^ *[{}] *$' $(git ls-files '*.d') | wc -l

(The **/*.d syntax works only with zsh.)


More information about the Digitalmars-d mailing list