gpt4 book ai didi

bash - 如何在 bash 中的特定位置搜索包含数字的文件名

转载 作者:行者123 更新时间:2023-11-29 09:26:43 24 4
gpt4 key购买 nike

如何确保在find 中文件名后面有数字?概念上:

find ./directory -name filename{number}.temp 

如果我输入

find ./directory -name filename'[0-9]'*.temp

它还会给我格式为 filename'[0-9]'text.temp 的文件名。

最佳答案

find ./directory -regex '.*/filename[0-9][0-9]*\.temp'

请注意 -regex 匹配整个路径,而不仅仅是文件名。

关于bash - 如何在 bash 中的特定位置搜索包含数字的文件名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7947914/

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