First page Back Continue Last page Overview Graphics
What is bash programming?
It is a programming language but a simple one,
It is a command-line interpreter and does not need any compilation step,
All Linux commands are available for bash programming,
If the routine Linux commands are not enough, it has its own variables, do loops, if and other compact programming tools like awk and sed
The power comes when it glues easily all Linux commands with others programs including those of yours.