if condition in shell script with and or operator

前端 未结 0 1084
我在风中等你
我在风中等你 2020-12-19 07:14

Getting error "syntax error at line 5: `-s\' unexpected" while executing the below command:

if [[ "$count" -ne 0 ]] && [[ ! -s flg         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题