🌈 搜索
📅  最后修改于: 2022-03-11 14:59:14.344000             🧑  作者: Mango
find ./ -iname "*.md" -type f -exec sh -c 'pandoc "${0}" -o "${0%.md}.pdf"' {} \;