User Tools

Site Tools


cs:bash_language
Return to Home page

Differences

This shows you the differences between two versions of the page.


cs:bash_language [2024/04/08 22:35] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Bash Language ======
 +Some examples regarding the //bash// shell scripting language
  
 +  - [[cs:bash_language:Arguments]]: Passage of arguments from the shell to a //bash// script
 +  - [[cs:bash_language:Example 1]]: Extraction of some statistics regarding files (''for'' and ''if'' statements)
 +  - [[cs:bash_language:Example 2]]: Print the numbers between ''1'' and ''20'', with the exception of the number ''4'' and ''13'' (''while'' and ''if'' statements).
 +  - [[cs:bash_language:Example 3]]: Sum of a set of numbers passed to the script as a command line argument.
 +  - [[cs:bash_language:Example 4]]: Script to obtain some statistics about running processes (bash ''if'' and ''shift'' commands)
 +  - [[cs:bash_language:Example 5]]: Found a file inside a list of directories
 +  - [[cs:bash_language:Read Files]]: How to read a file word-by-word, line-by-line, character-by-character
 +  - [[cs:bash_language:Arrays]]: Bash //arrays// and //associative arrays//
 +  - [[cs:bash_language:Exam 20140908]]: Solution of the 2014/09/08 exam

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?do=diff&rev2%5B0%5D=1551188037&rev2%5B1%5D=1575653598&difftype=sidebyside
/web/htdocs/www.skenz.it/home/data/pages/cs/bash_language.txt · Last modified: 2024/04/08 22:35 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki
Privacy Policy