Category:POSIX: Difference between revisions

added Encyclopedia tag
(Moved text from POSIX page)
(added Encyclopedia tag)
 
(9 intermediate revisions by 2 users not shown)
Line 1:
{{library}}'''POSIX''' or "Portable Operating System Interface" is the collective name of a familystandard offor relatedsystems standardsthat specifiedresemble by[[Unix]]. theThe IEEEcurrent toversion, define[http://pubs.opengroup.org/onlinepubs/9699919799/toc.htm thePOSIX.1-2008], applicationis programminga interfaceproject (API)of forboth software compatible with variants ofthe [[UNIXIEEE]] and the Open Group. More information foundis onat [http[wp://en.wikipedia.org/wiki/PosixPOSIX|POSIX theat wikiWikipedia]].
 
* POSIX defines an [[API]] for [[C]] programs, with functions such as <tt>fork()</tt>, <tt>opendir()</tt>, <tt>regcomp()</tt>, <tt>wait()</tt> and <tt>unlink()</tt>.
* POSIX also defines commands such as <tt>[[AWK|awk]]</tt>, <tt>[[bc]]</tt>, <tt>grep</tt>, <tt>ls</tt>, <tt>[[m4]]</tt>, <tt>rm</tt>, <tt>[[sed]]</tt> and <tt>[[UNIX Shell|sh]]</tt>.
 
The pages in this category have examples marked <nowiki>{{libheader|POSIX}}</nowiki>. These examples require some of the POSIX functions; a [[C]] or [[C++]] example that calls <tt>fork()</tt> would be in this category. Some languages, like [[Ada]] or [[Perl]], have a POSIX library.
 
POSIX threads go in [[:Category:pthread]].
[[Category:Encyclopedia]]
1,150

edits