You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid implementing all the features of the regular bash grep, we could just allow the user to specify a regular grep command with all desired flags and run that command instead of looking for the pattern manually in the Java code.
To avoid implementing all the features of the regular bash grep, we could just allow the user to specify a regular grep command with all desired flags and run that command instead of looking for the pattern manually in the Java code.