分类: LINUX
2011-05-05 12:26:47
Linux使用find命令搜索文件时如果不清楚文件的名称中是否包含的大写,你可以使用 -iname参数来忽略大小写.
[root@ test]# ll 总用量 0 -rw-rw-r-- 1 Blinux root 0 12月 16 07:42 China [root@Blinux test]# find ./ -name sbso_1988 [root@Blinux test]# find ./ -iname sbso_1988 ./Sbso_1988