what do you mean by “context”?
grep has a -C argument that shows “context”, as in “surrounding lines”
-C
Yeah I meant that. Wow I hadn’t even thought of grep which should have been the first that came to mind. Thanks.
Ask specific questions about how to code something in sh, bash, zsh, etc
General bash discussion on lemmy.ml
Create Post From: lemmy.ml
what do you mean by “context”?
grep has a
-C
argument that shows “context”, as in “surrounding lines”Yeah I meant that. Wow I hadn’t even thought of grep which should have been the first that came to mind. Thanks.