markdown と grep
目次
$ cat memo.md | grep '^#'
TODOだけ一覧する
$ cat memo.md | grep '\- \
\
'
#markdown
#grep
#正規表現