--- #临时/备忘 #状态/待处理 ## 一句话描述 [___归纳整理_____] --- ```bash $ find . -maxdepth 1 -type f -name "2026*.md" -exec sed '2i \\n#复盘/1\n' {} \; ```