jack-zheng
2/12/2018 - 8:51 AM

tips about shell script

tips about shell script

  1. when define a variable, use a="XX" instead of a = "XX", no space, or there will be a command not found exception