I want to use Jupyter Notebooks to execute Bash code. More specifically, I want to:
- Make a bash script to list installed tools using -v or --version
- Understand how and when to use cd, ls, echo, wc, cat
- Understand the uses and limitations of cat
Experiments with Javascript
I want to use Jupyter Notebooks to execute Bash code. More specifically, I want to: