Programming with C in Linux or Unix systems is different compared to that in windows. The compilers used in unix and linux systems are different compared to that used in windows.
Here i deal with basic programming in C and some options available in unix and linux systems..(like pipes,fork(),message quues,shared memory...etc).
Sunday, November 9, 2008
Script Programming: Shell Capabilities
Redirection
< Open as stdin
> Open as stdout
<< Append to the file
| Pipe stdout into stdin
Parameter Expansion
Builtin functions
Some Bash builtin functions used in script programs:
0 comments:
Post a Comment