Skip to content

Instantly share code, notes, and snippets.

@andy5995
Created February 25, 2023 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andy5995/1f455cd15af0879abe95846302b297d9 to your computer and use it in GitHub Desktop.
Save andy5995/1f455cd15af0879abe95846302b297d9 to your computer and use it in GitHub Desktop.
sed examples
# remove ' man' from Makefile.am if the line begins with SUBDIRS
sed -i '/^SUBDIRS/s/\ man//' Makefile.am
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment