Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リストがあります { Desg Desg Desg Desg Desg Desg}
リストにこれら以外の要素があるかどうかを確認したい。また、ループを実行したくありません。lcontain のようなものですか?
使用するexpr {[lsearch ... -not $list $pattern] >= 0}
expr {[lsearch ... -not $list $pattern] >= 0}