Email or username:

Password:

Forgot your password?
Top-level
Ed Summers

@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
Malinux

@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.

Go Up