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
Post a Comment