What should be noticed while using -n and -z Bash expression
[ -z $string ] is very easy to use. We use this expression to test whether the string is empty or undefined. But I did meet problem when use [ -n $string ]. It...
俞弘的程序人生, 那些与程序有关无关的
[ -z $string ] is very easy to use. We use this expression to test whether the string is empty or undefined. But I did meet problem when use [ -n $string ]. It...
双层转盘
More