186 reputation
2
bio website
location
age 37
visits member for 1 year, 6 months
seen Mar 15 at 18:10
stats profile views 1

Oct
10
comment What is the difference between grep -e and grep -E option?
@ronnie it's unfortunate you need 200+ reputation to have that "feature" follow you between SE sites...
Oct
10
awarded  Teacher
Oct
10
comment What is the difference between grep -e and grep -E option?
Yes. echo "hello" | grep -o -e 'h' -e 'l' will work if you want to toss the -E away in this case.
Oct
10
answered What is the difference between grep -e and grep -E option?
Jun
14
awarded  Supporter
Nov
24
comment Local Apache Not Recognizing New Folder
Take a look at /etc/apache2/sites-enabled and verify that there is a default site that maps to /srv/www/htdocs. It may be that phpMyAdmin may have a mapping just for itself.