Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tankibaj/3e70bf52dd90fc63af25a71399ebfa89 to your computer and use it in GitHub Desktop.
Save tankibaj/3e70bf52dd90fc63af25a71399ebfa89 to your computer and use it in GitHub Desktop.

grep + echo should suffice:

grep -qxF 'include "/configs/projectname.conf"' foo.bar || echo 'include "/configs/projectname.conf"' >> foo.bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment