Marquis Badge

THE DIRECT PATH TO LINUX UBUNTU



Chapter 5 UNIX Shell Scripting


In this chapter you will learn about UNIX Shell Programming Language.
You will see example which you can display the contents of each script and run the scrip in our Web Server to see how it works:

Shell Script

Display the script content

Run the script

The foreach.csh scriptcat foreach.csh./foreach.csh
The if-args.sh scriptcat if-args.sh./if-args.sh 10 10
The if-args.sh scriptcat if-args.sh./if-args.sh 100 200
The if-args.sh scriptcat if-args.sh./if-args.sh 1000 1000
The if-args.sh scriptcat if-args.sh./if-args.sh 5 5
The if-args.sh scriptcat if-args.sh./if-args.sh 5000 4999
The if-args.sh scriptcat if-args.sh./if-args.sh 5
The if-args.sh scriptcat if-args.sh./if-args.sh
The if-smaller-number.sh scriptcat if-smaller-number.sh./if-smaller-number.sh
The if.csh scriptcat if.csh./if.csh
The if-statement.sh scriptcat if-statement.sh./if-statement.sh

Our YouTube Vidoes on Chapter 5

Shell Scripting
Learn Linux, Shell, and Python online"
Shell Scripting
Learn Linux Shell Scripting
(The 'while' Loop)
Shell Scripting
Learn Linux Shell Scripting
(The 'for' and 'foreach' Loop (7))
Shell Scripting
Linux Shell Scripting
(The 'for' Loop (6))
Shell Scripting
Learn Linux Shell Scripting
(The 'if test' statement (5))
Shell Scripting
Learn LINUX Shell Scripting
(Nested If Statement (4))
Shell Scripting
UNIX and LINUX Shell Scripting (The If Statement)
Shell Scripting
UNIX and LINUX Shell Scripting
( Environment Variables (2))
Shell Scripting
UNIX and LINUX Shell Scripting (1)
Shell Scripting
AWK Scripting Tips and Tricks
(The 'Hello, World' Program plus More ...)
Shell Scripting
Shell Scripting Writing Functions
(Scope of Local and Global Variables)
Shell Scripting
How To Write Shell Scripts With Functions
Scope of Local and Global Variables
Linux Manual Pages
Get Any Linux Command Manual Pages
Python Tips & Tricks
Python Tips & Tricks
Hello World
The 'Hello, World' Program in
BASH, Python, C and C++
Python Tips & Tricks (2) Python import keyword
Python Tips & Tricks (2)
Pyrhon import keyword

Previous Home Page Next