Return to
Home page
Bash Language
Some examples regarding the bash shell scripting language
Arguments: Passage of arguments from the shell to a
bash script
Example 1: Extraction of some statistics regarding files (
for
and
if
statements)
Example 2: Print the numbers between
1
and
20
, with the exception of the number
4
and
13
(
while
and
if
statements).
Example 3: Sum of a set of numbers passed to the script as a command line argument.
Example 4: Script to obtain some statistics about running processes (bash
if
and
shift
commands)
Example 5: Found a file inside a list of directories
Read Files: How to read a file word-by-word, line-by-line, character-by-character
Arrays: Bash
arrays and
associative arrays
-
If you found any error, or if you want to partecipate to the editing of this wiki, please contact: admin [at] skenz.it
You can reuse, distribute or modify the content of this page, but you must cite in any document (or webpage) this url: https://www.skenz.it/cs/bash_language