Hacker News new | ask | show | jobs
by sumeeta 5676 days ago
How does this work?
1 comments

grep treats "[m]yapp" as a regex, which will match "myapp" but not itself. That is, it won't match the exact string "[m]yapp" so the grep process won't show up in the listing.