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.
を行うときrhc tail -a myApp、次のようにすべての行を除外したい:GET / 200
rhc tail -a myApp
GET / 200
私は試した
rhc tail -a myApp | grep -V GET
しかし、それはうまくいかないようです。