linux脚本编写查找一个文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux脚本编写查找一个文件相关的知识,希望对你有一定的参考价值。
求教高手!
#!/bin/bashfind / -name $1
保存成 a.sh
然后chmod +x a.sh
然后运行./a.sh "filename"
就行了 参考技术A 就一条命令 find dir -name "filename"
查看man find
以上是关于linux脚本编写查找一个文件的主要内容,如果未能解决你的问题,请参考以下文章
Linux 脚本编写 如何编写一个脚本,修改已有文件中的内容