Skip to content

Instantly share code, notes, and snippets.

@ghostwriter
Created August 25, 2024 22:39
Show Gist options
  • Save ghostwriter/e41f3ca3c7d71c9f93410fc54f49b1d8 to your computer and use it in GitHub Desktop.
Save ghostwriter/e41f3ca3c7d71c9f93410fc54f49b1d8 to your computer and use it in GitHub Desktop.
list of characters to avoid
<?php
/*
Conflicts with file systems: :, *, ", <, >, |
Conflicts with shell variables: $
Conflicts with bash brace expansion {, }
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment