Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mike_hock
on Oct 13, 2022
|
parent
|
context
|
favorite
| on:
We are stuck with egrep and fgrep (unless you like...
What's the problem? Just make egrep and fgrep shell aliases in the default /etc/profile (if you're a distro maintainer).
Also, where's the extra fork?
#!/bin/sh exec grep -E "$@"
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Also, where's the extra fork?