欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

Linux find 命令如何忽略大小写 有大用

Linux find 命令如何忽略大小写?

按文件名查找:

find . -name "WSFY321.c"

要忽略大小写:

find . -iname "WSFY321.c"

类似的还有:

-lname -ilname

-path -ipath

-regx -iregx


来自  https://blog.csdn.net/henryhu712/article/details/102791980

普通分类: