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.
私は次のようなものを含むファイルを持っています:
やあ、お元気ですか、お元気ですか、あなたは天才です、こんにちは、元気です、これはテスト セッションです
「are」という単語を含む行を表示する UNIX コマンドが必要です。
うーん、これは の最も基本的な使い方ですgrep。
grep
grep -w "are" myfile.txt