- Richard Feynman -
Difference between revisions of "Bash-introduction"
(→Chapter completeness (for teachers)) |
(→Extra reading: Link to övningshäfte (Swedish exercises for the Swedish compendium)) |
||
Line 102: | Line 102: | ||
=Links= | =Links= | ||
==Extra reading== | ==Extra reading== | ||
− | * [[:Media:Datorkunskap för IT-studenter.pdf|Datorkunskap för IT-studenter (Swedish) - Compendium with quite a lot bash tips and tricks]] | + | * [[:Media:Datorkunskap för IT-studenter.pdf|Datorkunskap för IT-studenter (Swedish) - Compendium with quite a lot bash tips and tricks]] |
+ | ** [[:Media:Övningshäfte_-_Datorkunskap_för_IT-studenter.pdf|Övningshäfte_-_Datorkunskap_för_IT-studenter (Swedish)]] | ||
+ | |||
==Where to go next== | ==Where to go next== | ||
The next page has information on how to install bash (if you are on Windows, for instance). | The next page has information on how to install bash (if you are on Windows, for instance). | ||
{{Nav links|prev=Bash-introduction|TOC=Bash-introduction|next=Bash:Bash-Installation}} | {{Nav links|prev=Bash-introduction|TOC=Bash-introduction|next=Bash:Bash-Installation}} |
Latest revision as of 11:28, 23 August 2019
Contents
About this book
This book provides a short introduction to the command line interface using a terminal window and the bash shell. It is suitable as a first introduction to various computer related courses such as programming, databases and operating systems.
Trouble shooting
If you run into trouble while running the various scripts in this book, you can look at our FAQ for some common problems and their solutions.
Chapters
- Bash:Bash-Installation - how to install and get started
- Bash:Bash-introduction - an introduction to the bash shell
- Bash_-_Files and Folders - a little about files and folders
- Bash:Bash-structure - keeping things in order - creating directories etc
- Bash:Bash-Text_files - working with text files
- Bash:Bash-Globbing - globbing - patterns for file and directory names
- Bash:Bash-Shell-Expansion - how to create text expressions
- Bash:Bash-Standard streams - I/O - standard in, standard out and standard error
- Bash:Bash-Redirection - Reading from streams, writing to streams, connecting commands
Chapter completeness (for teachers)
Chapter | Meta section completed | Text and examples | Videos (number of) | Slides | Exercises or questions |
---|---|---|---|---|---|
Bash:Bash-Installation | Short | Yes | 0 | 0 | 0 |
Bash:Bash-introduction | No | Medium | 5 lecture vids + 4 live |
1 (24 pages) | 6 |
Bash:Bash_-_Files and Folders | No | Hardly any | 1 (Swe, 0:08:22) | 1 (7 pages) | 16 |
Bash:Bash-structure | Yes | Hardly any | 0 Lecture vids + 2 live |
0 | 3 |
Bash:Bash-Text files | Yes | Hardly any | 2 Eng. lecture vids (0:13:19) + 7 live |
1 (9 pages) | 18 |
Bash:Bash-Globbing | No | Yes | None | None | None |
Bash:Bash-Shell-Expansion | No | Some sections missing | None | None | None |
Bash:Bash-Standard streams | Yes | Yes | 3 lecture vids + 12 live |
2 (11+16 pages) | 4 |
Bash:Bash-Redirection | Yes | Hardly any | 0 lecture vids + 7 live |
1 (12 pages) | 5 |
Completeness degree:
This course material 42% completed for English audiences. That measure is counting: Meta-section, intro text/examples, English videos, slides, exercises,
This course material 46% completed for Swedish audiences. That measure is counting: Meta-section, intro text/examples, Swedish or English videos, slides, exercises,
- Meta-section completeness: 44%
- Text/examples completeness: 33%
- English videos completeness: 33%
- Eng. or Swe. videos completeness: 56%
- Slides completeness: 56%
- Exercises completeness: 44%
Links
Extra reading
Where to go next
The next page has information on how to install bash (if you are on Windows, for instance). « Previous • Book TOC • Next »