【发布时间】:2011-01-01 03:28:24
【问题描述】:
ksh shell 中test -L filename 和test -h filename 有什么区别。从手册页中,两者都用于标识符号链接,但我想知道确切的区别。
这是手册页中的描述。
-h file True if file exists and is a sym-
bolic link.
-L file True if file exists and is a sym-
bolic link.
【问题讨论】: