The R Project SVN R

Rev

Rev 3 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#!/bin/sh

# ${RHOME}/cmd/filename

for f in $*
do
    if [ -r ${f} ]; then echo ${f}; exit 0; fi
done    
echo