エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
autoload -Uz is-at-least is-at-least 5.2 && setopt glob_star_short # **.c で **/*.c と同じ展開を... autoload -Uz is-at-least is-at-least 5.2 && setopt glob_star_short # **.c で **/*.c と同じ展開をする GLOB_STAR_SHORT When this option is set and the default zsh-style globbing is in effect, the pattern `**/*' can be abbreviated to `**' and the pattern `***/*' can be abbreviated to ***. Hence `**.c' finds a file ending in .c in any subdirectory, and `***.c' does the same while also following symbolic links.