Searched refs:OTHER_DIR (Results 1 - 1 of 1) sorted by relevance

/openjdk10/common/bin/
H A Dcompare.sh172 OTHER_DIR=$2
177 (cd $OTHER_DIR && $FIND . -type d | $SORT > $WORK_DIR/dirs_other)
208 OTHER_DIR=$2
213 (cd $OTHER_DIR && $FIND . ! -type d | $SORT > $WORK_DIR/files_other)
244 OTHER_DIR=$2
251 for f in `cd $OTHER_DIR && $FIND . -type f`
253 if [ ! -f ${OTHER_DIR}/$f ]; then continue; fi
255 OP=`ls -l ${OTHER_DIR}/$f | awk '{printf("%.10s\n", $1);}'`
275 OTHER_DIR=$2
287 for f in `cd $OTHER_DIR
[all...]

Completed in 91 milliseconds