#compdef stat local expl if [[ "$words[CURRENT-1]" = -[AH] ]]; then _arrays else _description expl 'inode element' [[ "$PREFIX[1]" = + ]] && compadd "$expl[@]" - +device +inode +mode +nlink +uid +gid +rdev +size \ +atime +mtime +ctime +blksize +block +link _files fi