linux - 使用 shell 查找文件目录

标签 linux shell find

我想找到目录“thimthumb”。

我安装了很多 WordPress,搜索字符串应该是一个主题。 在一些社区中,他们说 thimthumb 有病毒,所以我想搜索它。

我是 root 并尝试使用 find 但我做错了。有人可以为我创建 find 字符串吗?

find /thimthumb   # that's it?!

最佳答案

find -name ‘thimthumb’ -print 从您要搜索的目录中。

关于linux - 使用 shell 查找文件目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31433900/

相关文章:

python - 如何从终端运行 google Colab Notebook?

c - 简单的 fork 和管道

linux - 这可以打印在同一行吗?

string - 从 NSIS 脚本中查找文件中的字符串模式

linux - 剪切-f 2- -d ""

windows - 从 Linux 连接到 Windows 来执行任务

linux - 如何在登录后将 SSH 用户限制为一组预定义的命令?

arrays - 在数组上使用 GREP 查找单词

linux - Bash 是默认的,但当我运行“bash : in terminal?”时仍然会发生变化

linux - cronjob 删除超过 99 天的文件