gpt4 book ai didi

linux - Shell 命令在目录模式中查找文件

转载 作者:IT王子 更新时间:2023-10-29 00:22:45 26 4
gpt4 key购买 nike

使用 shell 命令,我需要按照以下目录模式列出服务器上的所有文件:

/home/*/public_html/images/*.php

有一些手动执行此操作需要很长时间。当涉及到这些命令时,我真的不知道。

最佳答案

find /path/to/directory/.  -path "*/match/this/path/*" -type f -name "*.php"

关于linux - Shell 命令在目录模式中查找文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4581203/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com