Skip to content

Instantly share code, notes, and snippets.

@juniorz
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save juniorz/33080e73ec7cdb4c8965 to your computer and use it in GitHub Desktop.

Select an option

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