Home | History | Annotate | Download | only in scripts

Lines Matching refs:path

19 ##                 it was updated.  May be given a relative or absolute path.
30 ## $path/$file
37 then path=.;
40 then echo "usage: $0 [ -h | path ]"
44 then path=$1;
46 echo "usage: $0 [ -h | path ]"
52 # grab the tag from the path passed in
53 if [[ -f $path/CVS/Tag ]];
54 then echo "Tag: " `cat $path/CVS/Tag | sed -e 's/^[NT]//'`
62 # find the path for the Entries file
63 path = FILENAME
64 sub(/^\.\//, "", path)
67 sub(/CVS\/Entries/, "", path)
69 # add the path the the filename that was modified, and put the date it was
71 print path $2 " " $4
73 }' `find $path -name "Entries" -printf "%h/%f "` | awk '