The find command with the -exec option.
带有-exec选项的find命令。
Use the find command with the -size parameter.
使用find命令时附带-size参数。
Using the find command with the -exec option or with xargs.
使用带有-exec选项或xargs的find命令。
You can do this with a simple find command, as shown in Listing 14.
您可以使用简单的find command 来完成这项工作,如 清单14 所示。
You can use the regular find command if you don't have Perl on your system.
如果系统中没有Perl,则可以使用常规的查找命令。
Listing 7 shows how to use the find command to find files larger than 10mb.
清单7显示了如何使用find命令来查找大于10MB的文件。
We can confirm this by looking for stage1 (using the find command in GRUB menu)
我们通过第一阶段确认了这一点(在GRUB菜单中使用find命令)
The find command searches through directories and subdirectories for a desired file.
发现指令为一个被需要的文件搜寻过目录和子目录。
The find command finds files where the modification has been changed in the last one day.
find命令可以查找在前一天进行了更改的文件。
The best way to copy in an entire directory is to use the find command (see Listing 12).
要复制整个目录,最好的方法是使用find命令(请参见清单12)。
The first example used the command module to run the find command and capture the output.
第一个示例使用命令模块运行find 命令,并捕获输出。
Use the xargs tool as a filter for making good use of output culled from the find command.
使用xargs工具作为筛选器,以充分利用从find命令挑选的输出。
You can also use the Find command to search for either ASCII strings or hexadecimal bytes.
也可以使用“查找”命令搜索ASCII字符串或十六进制字节。
Finding all documents in a collection is easy: just call the find command as shown in Listing 6.
在集合中查找所有文档比较容易:只要调用如清单6所示的find命令就可以了。
You can also use the find command with the 'ea' option to find files that are ACL enabled, like so.
还可以使用带'ea '选项的find命令寻找启用了ACL的文件,如下所示。
The find command: Learn more about the find command from the Combined IBM Systems Information Center.
find命令:从CombinedIBMSystems信息中心了解有关 find 命令的更多信息。
Search hand Replace:A search or find command allows you to locate any character, word, orphrase in your document.
查找和替换:查找命令允许在文档中寻找任何字符、词或或短语。
As a practical example, you might continue with the previous example and use GRUB's find command to find configuration files.
作为一个实践示例,您可以继续前面的示例,使用GRUB的find命令查找配置文件。
While the ls command does not display the octal permissions, you can display them using the find command as shown in Listing 12.
虽然ls命令不显示八进制权限,您可以使用find命令进行显示,如清单12清单12所示。
The find command without any parameters simply returns all documents in a particular collection, which in this case is named tickets.
不带任何参数的find命令简单地返回一个特定集合中的所有文档,在本例中名为tickets。
Let's start by using the find command on the alphabet collection we created at the end of the previous section: db.alphabet.find ;.
我们以上一节结尾时创建的字母表集合为例,学习使用find命令:db . alphabet . find ;。
In the next part of this article, we'll look at a more robust solution using the find command to generate suitable null-delimited output.
在本文的下一个部分中,我们将查看另外一个更加健壮的解决方案,即使用find命令生成合适的以null字符串分隔的输出。
To find the disk space being used by a single user, you need to combine du with the find command to only report disk usage for a specific user.
要查找某个用户所使用的磁盘空间,在使用find命令的同时,您需要结合使用du命令以仅报告特定用户的磁盘使用情况。
While developers are interested in the WS-Managament SOAP interface, system administrators will most likely find command line tools more useful.
开发人员会对WS - ManagementSOAP接口感兴趣,而系统管理员则会认为命令行工具更有用。
In many cases, as in the original find command shown earlier, you can also redirect utilities to consume and produce data from and for other utilities.
在许多情况下,如前面所列出的初始find命令中,您还可重定向实用工具以从其他工具接收和为它们产生所需的数据。
You've seen many, many uses of find over the past year, but I omitted one option that makes the find command lines portable to other operating systems.
去年曾经介绍了许多关于find的使用的内容,但是我忽略了其中的一个选项,它使得 find命令行可以移植到其他操作系统。
To find which files link symbolically to a particular file, you can use the find command and the -lname option with a filename, as illustrated in Listing 12.
要查出哪些文件是对特定文件的符号链接,您可以使用find命令或带文件名的-lname选项,如清单12所示。
In the article " Learn Linux, 101: File and directory management," you learn how to use the find command to find files by name, modification time, size, or other characteristics.
文件和目录管理” 中,您学习例如如何使用find命令根据名称、修改时间、大小或其他特征查找文件。
Many of the previous Speaking UNIX columns (see Resources) have presented the find command — an invaluable utility for scanning and processing files or even the entire UNIX file system.
在以前的对话unix专栏(请参见参考资料部分)中曾多次介绍了find命令,这是一种非常有用的实用工具,可用于扫描并处理各种文件,甚至整个UNIX文件系统。
The file: : find standard Perl module could have been used to do the file find instead of the Unix find command, but then the script would have probably been too large to be a one-liner.
find标准Perl模块本来可以代替Unix find命令用于进行文件查找,但是脚本也会随之变得太大而不再是一行程序了。
应用推荐