Skip to content

Instantly share code, notes, and snippets.

@olof
Last active August 29, 2015 13:59
Show Gist options
  • Save olof/10991534 to your computer and use it in GitHub Desktop.
Save olof/10991534 to your computer and use it in GitHub Desktop.
centered printf strings
printf "====[ %3s%-3s ]====\n",
substr($title, 0, length($title)/2),
substr($title, length($title)/2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment