I have to grep some log files.
so I code this
egrep [0-4][0-7] log
bug this code has a bug for
08,09,18,19,28,29,38,39
Can I resolve this issue?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
|allows you to specify alternatives in a regex.