个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第8行: 第8行:
  
 
== find命令简介==
 
== 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 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".
 
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)
 
(See Self:BasicCommands for a quick introduction to the command line)

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


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)