Skip to content

Instantly share code, notes, and snippets.

@bandicoot86
Created May 15, 2014 16:01
Show Gist options
  • Select an option

  • Save bandicoot86/4a0f74a35af6fdd45606 to your computer and use it in GitHub Desktop.

Select an option

Save bandicoot86/4a0f74a35af6fdd45606 to your computer and use it in GitHub Desktop.
Perl to replace via regexp
perl -p -i -e 's/TABLESPACE\s+\n\s+"((?!USERS)[\w-]+")/TABLESPACE USERS/g' gis-gmp-db.ddl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment