码迷,mamicode.com
首页 > 系统相关 > 详细

linux下find命令 -name -o 的作用

时间:2014-07-01 17:59:32      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:blog   文件   linux   div   php   log   

find的语法:

find [起始目录] 寻找条件 操作

find ./msg -name "*.h" -o -name "*.hpp"

在当前msg目录下查找以.h或.hpp结尾的文件,

这两个 -name 之间的 -o 表示逻辑或(or)

linux下find命令 -name -o 的作用,布布扣,bubuko.com

linux下find命令 -name -o 的作用

标签:blog   文件   linux   div   php   log   

原文地址:http://www.cnblogs.com/liangbin/p/3817841.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!