跳到内容

Shell 编程/字符串比较

来自维基文库,面向开放世界的开放书籍


  string1 = string2  equal
  string1 != string2  not equal
  -n string  not null
  -z string null
华夏公益教科书