个人工具

UbuntuHelp:Find/zh

来自Ubuntu中文

Dgww讨论 | 贡献2008年7月8日 (二) 15:37的版本 (新页面: == What Is 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 per...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

What Is 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)