摘要: 1.通过c直接实现 #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> int fileNum=0; ch 阅读全文
posted @ 2017-09-02 23:01 Malphite 阅读(1042) 评论(0) 推荐(0) 编辑
摘要: num=$(tail ./image/1.txt -n 1) num=$(($num+1)) 阅读全文
posted @ 2017-09-02 22:56 Malphite 阅读(246) 评论(0) 推荐(0) 编辑