shell script check if file exist的相關文章
shell script check if file exist的相關公司資訊
shell script check if file exist的相關商品

Check if a file exists with wildcard in shell script - Stack Overflow
瀏覽:1436
日期:2025-04-27
I'm trying to check if a file exists, but with a wildcard. Here is my example: if [ -f "xorg-x11-fonts*" ]; then printf "BLAH" fi I have also tried it without the double quotes. ... If your shell has a nullglob option and it's turned on, a wildcard patter...看更多