ehi*_*ime 4 arrays variables bash phpstorm
任何人都知道如何修复BASH中的"简单使用数组变量"?
例如:
# will complain $paths[@] is a simple array variable
for path in "${paths[@]}"; do
[ ! -d "${path}" ] && mkdir -p "${path}"
done
Run Code Online (Sandbox Code Playgroud)
我的代码中有大约10个通知我想照顾