POSIX: Difference between revisions

From wikinotes
No edit summary
 
Line 12: Line 12:
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->


= Filepaths =
= Filenames =
<blockquote>
<blockquote>
<syntaxhighlight lang="python">
<syntaxhighlight lang="python">

Latest revision as of 13:15, 4 July 2022

POSIX is a set of standards for writing code that is compatible with multiple operating systems.

Documentation

posix spec http://pubs.opengroup.org/onlinepubs/9699919799/
wikipedia https://en.wikipedia.org/wiki/POSIX

Filenames

"[A-Za-z0-9\._][A-Za-z0-9\._\-]+"