Linux脚本简单语法#!/bin/shif[ 1=1 ]; thenecho 1fi异常:syntax error near unexpected token 'then'躺着也中枪?[解决办法]if和[之间加个空格。[解决办法]if [ 1=1 ]