特殊:Badtitle/NS100:Find/zh

来自Ubuntu中文
Dgww留言 | 贡献2008年7月8日 (二) 16:24的版本
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :Find/zh/zh | | {{#ifexist: Find/zh/zh | | {{#ifeq: {{#titleparts:Find/zh|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Find/zh|1|-1|}} | zh | | }}


find命令简介

Find命令通过名称、大小、读写时间等限制条件来在一个目录及其子目录中搜索文件。 The GNU find command search files within within a directory and its subdirectories according to several criteria such as name, size and time of last read/write. It performs actions on the files found, by default it prints the name of the files. The GNU find command is installed on every Ubuntu system. This page is complemented by the manual('man') page for find which can be read by issuing the command "man find". (See Self:BasicCommands for a quick introduction to the command line)