gpt4 book ai didi

linux - 当前目录中文件根目录有 2 个下划线的文件

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:07:53 24 4
gpt4 key购买 nike

我希望在 file_root 之后找到带有 2 个下划线的文件,如下所示:

file_root_stringA_stringB.txt

其中 stringA 和 stringB 都在 alnum 类中

find /tmp -maxdepth 2 -type f -name "file_root_*_*.txt"

但我坚持:

file_root_aaa_bbb.txt # expected
file_root_aaa_bbb_c12.txt # not expecting

我怎样才能在 bash 中得到这个?谢谢

最佳答案

find /tmp -maxdepth 2 -type f -name "file_root_*_*.txt" -not -name "file_root_*_*_*.txt"

关于linux - 当前目录中文件根目录有 2 个下划线的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34937325/

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