20 ms·
How does this work?
by sumeeta 16y ago
How does this work?
- Despite 16y agogrep 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.