Free Web Hosting Provider
-
Web Hosting
-
E-commerce
-
High Speed Internet
-
Free Web Page
Search the Web
Welcome!
Close
Would you like to make this site your homepage? It's fast and easy...
Yes, Please make this my home page!
No Thanks
Don't show this to me again.
Close
Unix/Linux Programming ... Index
This page provides an index to a wide range of documentation pertaining to programming undex Unix/Linux
Unix Programming Tools:
The "make" Command and Makefile's
The Theory behind "make"
Syntax
Parameters and Options
Dependencies
Rules
Adding Components to a Makefile
Using Macro's in Makefile's
Multiple Targets
"Built In" Rules
"Built-In" Rules (specifics)
Suffix Rules
Managing Libraries with "make"
Makefiles and Subdirectories
GNU "make" and "gcc"
Project Development and Source Code Control
RCS
The "rcs" Command
The "ci" Command
The "co" Command
The "rlog" Command
The "rcsdiff" Command
Identifying Revisions
GNU "make" and RCS
The "ident" Command
SCCS
Comparison Between SCCS and RCS
Writing a Manual page
Software Distribution
The "patch" Program
Un-patching
Distribution Utilities (tar, gz)
The "tar" Command Description
Back to Main Page
Database Access/ Using the DBM Database:
Databases & DBM
The "DBM" database
DBM Routines
DBM Concepts
DBM Access Functions
"dbm_open()" - Opening a DBM Database
"dbm_store()" - Adding (storing) data to a DBM database
"dbm_fetch()" - Retreiving Data from a DBM database
"dbm_close()" - Closing a DBM Database.
DBM Examples
Back to Main Page