Skip to content

Instantly share code, notes, and snippets.

@juniorz
Last active August 29, 2015 14:14
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 juniorz/33080e73ec7cdb4c8965 to your computer and use it in GitHub Desktop.
Save juniorz/33080e73ec7cdb4c8965 to your computer and use it in GitHub Desktop.
Some Bash-Fu

How to

  1. comment out lines from a file

    sed -Ei 's/^(bind-address|log)/#&/' /etc/mysql/my.cnf

  2. next trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment