Linux and Shell Programming¶
author |
|
www |
|
github |
|
slideshare |
Tip
This book is free and open source at https://dev.astrotech.io
For consulting or training course requests please email book@astronaut.center
ISBN |
URL |
Title |
---|---|---|
978-83-957186-2-5 |
Python 3: from None to Machine Learning |
|
978-83-957186-3-2 |
The Software Engineering: DevOps, CI/CD, Docker, Provisioning and Git Flow |
|
978-83-957186-0-1 |
Astronaut Selection and Training for Long Duration Spaceflight and Extraterrestrial Activity |
|
978-83-956752-0-1 |
Space in Practice: How to Prepare and Conduct Stratospheric Balloon Mission |
|
978-83-957186-4-9 |
HabitatOS - Development of operating system prototype for Lunar and Martian habitats |
|
978-83-957186-1-8 |
Geophysics experiments from Apollo Lunar Surface Experiments Package |
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Introduction¶
Linux¶
Shell Programming¶
Shell Programming
- 1. Interpreter
- 2. Variables
- 3. Conditionals
- 4. Loops
- 5. Pipe
- 6. Stdout and Stderr
- 7. Arrays
- 8. Network
- 9. Parameter expansion
- 9.1. Simple usage
- 9.2. Indirection
- 9.3. Case modification
- 9.4. Variable name expansion
- 9.5. Substring removal (also for filename manipulation!)
- 9.6. Search and replace
- 9.7. String length
- 9.8. Substring expansion
- 9.9. Use a default value
- 9.10. Assign a default value
- 9.11. Use an alternate value
- 9.12. Display error if null or unset
- 10. Regular Expressions
- 11. Multiprocessing
References¶
References