1

在同一rabbitmq的“rabbitmq-env”脚本中,存在“-h”,“-f”,在以下几行中:

while [ -h "$SCRIPT_PATH" ] ; do

[ ! -f ${CONF_ENV_FILE} ] ; then

这些符号的含义是什么?

4

1 回答 1

5

[test。来自help test

  -f FILE        True if file exists and is a regular file.
   ...
  -h FILE        True if file is a symbolic link.
于 2012-05-27T00:59:07.887 回答