Lines Matching refs:file
5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
25 # Resolve a symbolic link to the true file location
27 file="$1"
28 while [ -h "$file" ]; do
29 ls=`ls -ld "$file"`
32 file="$link"
34 file=`dirname "$1"`"/$link"
37 echo "$file"