chenhang.uk — bash — 陈航的博客
 ██████╗██╗  ██╗███████╗███╗   ██╗██╗  ██╗ █████╗ ███╗   ██╗ ██████╗    ██╗   ██╗██╗  ██╗
██╔════╝██║  ██║██╔════╝████╗  ██║██║  ██║██╔══██╗████╗  ██║██╔════╝    ██║   ██║██║ ██╔╝
██║     ███████║█████╗  ██╔██╗ ██║███████║███████║██╔██╗ ██║██║  ███╗   ██║   ██║█████╔╝ 
██║     ██╔══██║██╔══╝  ██║╚██╗██║██╔══██║██╔══██║██║╚██╗██║██║   ██║   ██║   ██║██╔═██╗ 
╚██████╗██║  ██║███████╗██║ ╚████║██║  ██║██║  ██║██║ ╚████║╚██████╔╝██╗╚██████╔╝██║  ██╗
 ╚═════╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═══╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═══╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝  ╚═╝
                                                                                         

Linux 运维学习与实践笔记

$ find posts/ -name index.md | wc -l
5
$ git log --since="1 month ago" | grep commit | wc
3
$ ls posts/ | wc -l
2
$ stat build.py | grep Size
13.8 KB
chenhang@chenhang.uk :~/blog $ python build.py
[OK] 5 articles → output/
[seo.py] page SEO metadata prepared
[sitemap.py] sitemap.xml written
[search.py] search.json indexed
chenhang@chenhang.uk :~/blog $ ls -lt posts/ | head -5
2026-05-21 Linux 软件源
2026-05-01 Linux 初始化脚本
chenhang@chenhang.uk :~/blog $