caj文档批量转换为pdf-shell脚本多线程2023-01-10摘要最近看的论文有些多,但知网上的 caj 文档又卡又难做笔记,遂写了一个 caj 文档批量转换为 pdf 的 shell 脚本。caj2pdf安装 caj2pdf 命令行工具github 源码: [aur 用户1yay -S caj2pdf-gitcode当前目录下所有 caj 文件批量转换为pdf,并删除原 caj 文件12345#!/bin/bashfor file in ./*.caj; do caj2pdf convert "$file" -o "${file%.*}.pdf" && rm "$file" &donewaitNewer新年愿望OlderCUDA编程性能分析工具 nvprof/ncu --metrics参数含义