On 091128 20:53, Ville Skyttä wrote: > COMPREPLY=( "${COMPREPLY[@]}" "${toks[@]}" ) > + [ ${#COMPREPLY[@]} -ne 0 ] && type compopt &>/dev/null && \ > + compopt -o filenames > } # _filedir() +1