bash 中的 -n 操作符判断某个变量为空时应该加上引号("") - yanbin's Blog

bash 中的 -n 操作符判断某个变量为空时应该加上引号("")

yanbin posted @ 2015年3月15日 23:47 in Programming , 1159 阅读
bash 中的 -n 操作符判断某个变量为空时应该加上引号("")
不然一个为空的变量也会返回 TRUE.
e.g.
# [ -n $a ] 总是返回 TRUE
a=""
if [ -n $a ]; then
   echo "hello" # 永远会执行这里
fi
$ hello
 
# [ -n "$a" ] 当 a 为 empty 时返回 FALSE
a=""
if [ -n "$a" ]; then
   echo "hello" # 不会执行这里
fi
Avatar_small
babysitting services 说:
2021年8月30日 19:53

The challenge virtually all working parents are looking at is seeking out for a reliable babysitter. We understand or know you simply cannot just hire anyone that comes to your web site. As a result, parents are actually forced to find recommendations because of relatives not to mention friends from a trustworthy babysitting plumber. At Precious stone Horse, we tend to don’t solely provide good services, but more guarantee authentic and solid caretakers. Many highly prioritize young child safety, ensuring you serenity when you could be away. We vanity ourselves within team from babysitters who ? re trained through basic your life support not to mention place young child safety for the reason that paramount in our system.

Avatar_small
monthly cleaning ser 说:
2021年11月15日 22:41

Usually maids are usually remembered only during house washing service or perhaps for washing upholstery or perhaps backyard washing. But if you have any residence renovation perform done, to completely clean up the particular mess maids role will come in quite helpful. No make a difference how excited you could be about the newest renovations at home, it's hard to keep excited once you see the particular mess which is left in your own home.

Avatar_small
Alyssa 说:
2022年12月14日 23:25

You will first want to assess the condition of your car's paint. If the paint is dull, faded, or has widespread chipping, it will likely need to be repainted. If the paint is in good condition but has a few scratches or chips, you may be able to get away with simply buffing and polishing the paint. Once you have determined the condition of your paint, you will want to follow the appropriate steps for real estate for sale Deer Park restoration. If you are repainting, you will want to sand the car's exterior, apply a primer, and then paint. If you are simply buffing and polishing, you will want

Avatar_small
charlly 说:
2022年12月24日 13:55

Adding the -n operator in bash will add quotation marks ("") when judging that a variable is empty. This is a useful measure to take in order to prevent any errors that could occur when the variable is empty. By adding the -n operator, you can be peter veres fitness programs sure that the variable will be treated as a string, even if it is empty.

Avatar_small
monthly maid service 说:
2023年10月06日 20:03

Typically the artist 's coming a multi-stage process to bring about paintings. One example is, the canvas would be wise to be painted with a initial dress of thinner paint so that it has a level tone as well as which that painting may very fantastic.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter
Host by is-Programmer.com | Power by Chito 1.3.3 beta | © 2007 LinuxGem | Design by Matthew "Agent Spork" McGee