@malin I like it! And I didn't know about mdcat -- now I'm doing the same.
I dropped the -P for the grep since that's not available on MacOS with installing GNU grep. It still seems to work ok?
Top-level
@malin I like it! And I didn't know about mdcat -- now I'm doing the same. I dropped the -P for the grep since that's not available on MacOS with installing GNU grep. It still seems to work ok? 5 comments
@edsu @malin too sad Wikimedia projects don't support DICT protocol: https://phabricator.wikimedia.org/T31229 |
@edsu The '-P' is for perl-like regex, so I can remove (-v) lines starting with (^) three digits (\d\d\d).
But there are loads of other ways of doing the same thing.