Search this site:
UNIX and Linux Shell Script Lessons
Both Korn and Bash shells are derived from the almighty Bourne shell.
If you can write a script for the Bourne shell it will work under Bash and Korn, which is why
these lessons focus primarily on Bourne shell syntax.
Why not try our shell script quiz to see how much you've learnt?
UNIX and Linux Shell Script Commands
Here are the commands used in our lessons. To get the full manual page
for a command simply type "
man command" at a UNIX prompt
(replacing command with the name of the command).
Tips and Tricks
Java Deployment Pipeline
Here is a step-by-step guide to setting up, running and testing a Java web application with Maven and Eclipse
- Creating a web app with Maven and Eclipse
- Running a trial web app using Maven, Eclipse and Jetty
- Selenium Testing with Maven
Some other thoughts...