个人工具

“UbuntuHelp:Find/zh”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: == 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...)
(没有差异)

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