您的位置:首页 > 运维架构 > Linux

Linux find command (Under Ubuntu 12.04 Precise Pangolin)

2013-01-09 10:56 381 查看
Beijing,Jan 9th 2013,sunny,temperature:-5

1.Search the special file in the current folder:

find . -name test.file

2.Fuzzy query in the current folder:

find . -name "*.txt"

3.Fuzzy query in the special folder:

find /etc -name "*.txt"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  command LINUX