ubuntu 递归批量markdown(md)转html或PDF文件 ubuntu工具安装$ sudo apt-get install discount$ sudo apt-get install python-markdown 使用方法markdown -o Release-Notes.html Re……继续阅读 » 开心洋葱 9年前 (2016-04-30) 3005浏览 0评论716个赞
linux循环读取目录指定类型文件脚本ergodic.sh#!/bin/bashfunction ergodic{ for file in ` ls $1` do if [ -d $1"/"$file ] then ……继续阅读 » 开心洋葱 9年前 (2016-04-29) 2329浏览 0评论1198个赞