gpt4 book ai didi

linux - 如何使用 shell 查找某个文件的完整路径?

转载 作者:太空宇宙 更新时间:2023-11-04 09:22:24 24 4
gpt4 key购买 nike

我遇到一个问题,在我的 Ubuntu 中,我在像 /local/jenkins/scripts 这样的目录中工作,这里有很多子目录,我想获得所有的执行。 sh 文件,但你可能知道,如果我使用“find -name excute.sh”,它会返回相对路径列表,如下所示。

./TEST933/excute.sh
./TEST923/excute.sh
./TEST323/excute.sh
./TEST920/excute.sh

能否请您分享如何获取完整路径列表如下?谢谢!

/local/jenkins/scripts/TEST933/excute.sh
/local/jenkins/scripts/TEST923/excute.sh
/local/jenkins/scripts/TEST323/excute.sh
/local/jenkins/scripts/TEST920/excute.sh

最佳答案

带有阅读链接;

find -name excute.sh -exec readlink -f {} \;

关于linux - 如何使用 shell 查找某个文件的完整路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40417869/

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