摘要:
unix高级编程1-1 #include "apue.h"#include <dirent.h>#include <error.h> int main (int argc, char *argv[]){ DIR *dp; struct dirent *dirp; if (argc != 2) 输入的 阅读全文
posted @ 2016-12-08 20:12
尹盛
阅读(142)
评论(0)
推荐(0)
摘要:
发现一本基础的shell脚本教程,只有两个小时时候,先粗略的过一遍大体只是,往后慢慢再仔细学习。 4.条件判断 : 【if】 if [];then elif[];then else fi :正确格式: if空[空-r空“a”空];then 【case】 case "string" in *) ... 阅读全文
posted @ 2016-12-08 20:09
尹盛
阅读(173)
评论(0)
推荐(0)

浙公网安备 33010602011771号