bash - while condition in shell script with -h in condition checking -


i trying understand karaf.sh in jboss-fuse esb shell scripts. unable understand below line.

while [ -h "${dst}" ] ; 

can let me know what -h in condition checking statement?

in bash conditional expressions section bash manual can find following:

-h file true if file exists , symbolic link.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -