Skip to content

Instantly share code, notes, and snippets.

@fntneves
Last active August 29, 2015 14:19
Show Gist options
  • Save fntneves/a76ec15046c114bed1ed to your computer and use it in GitHub Desktop.
Save fntneves/a76ec15046c114bed1ed to your computer and use it in GitHub Desktop.
.properties property modifier
#!/bin/bash
sed -E "s/^$1=[^ ]*$/$1=$2/g" $3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment