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.
デスクトップ上にファイルの大きなディレクトリがあり、ファイルに英語の文章が含まれているかどうかを判断する必要があります。grep または perl を使用してこれを行う簡単な方法はありますか? だから grep "大文字 + 単語 + 句読点"
これが欲しかったの?
find /some/large/dir | xargs grep "some string info with CAPS and !"