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.
正確なバージョンの apache を grep -R しようとしています。 変更する必要がないため、インクルードとマニュアルを残します。 これは私が使用しているコマンドです:
grep -R 2.2.24 * | grep -v manual | grep -v include | cut -d':' -f 1
ファイルごとに 1 つの結果を見つける方法を知りたいですか? ありがとう