个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第5行: 第5行:
 
{{Translator|Dgww}}
 
{{Translator|Dgww}}
  
{{Languages|http://wiki.ubuntu.org.cn/UbuntuHelp:Find}}
+
{{Languages|find}}
  
 
== find命令简介==
 
== find命令简介==

2008年7月8日 (二) 16:10的版本


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)