hi everyone,

I want to do something about complete Chinese in bash and 
am reading the function of _filedir(). I really don't understand
this line:

    toks=( ${toks[@]-} $( 
      compgen -d -- "$(quote_readline "$cur")" | {
      while read -r tmp; do                 
          echo $tmp
      done            
  }                   
  ))
can anyone help me with that? or what book should I read?
thank you in advance.

kind regards,
YC

_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

Reply via email to