摘要: shell的逻辑运算符 涉及有以下几种类型,因此只要适当选择,可以解决我们很多复杂的判断,达到事半功倍效果。一、逻辑运算符逻辑卷标 表示意思 1.关于档案与目录的侦测逻辑卷标!-f常用!侦测『档案』是否存在 eg: if [ -f filename ]-d常用!侦测『目录』是否存在-b侦测是否为一个... 阅读全文
posted @ 2014-08-20 10:30 Rosepotato 阅读(238) 评论(0) 推荐(0) 编辑
摘要: Simply with output redirection:system_profiler > file.txtBasically, this will take the output of system_profiler and save it to the file file.txt. The... 阅读全文
posted @ 2014-08-20 10:29 Rosepotato 阅读(281) 评论(0) 推荐(0) 编辑