Blame | Last modification | View Log | Download | RSS feed
#!/bin/sh# ${RHOME}/cmd/filename#cc Using 'found' ensures that at least an empty string is returned;#cc without, system.file() returns character(0) if nothing is found.found=for f in $*doif [ -r $f ];then echo "$f"; found=1fidonetest -z "$found" && echo