Updating README

This commit is contained in:
Jose 2022-08-12 20:29:39 -03:00
parent 9ecd9b071d
commit e726807697
1 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,6 @@
* Bash tutorial
Tutorial with some basic commands, tips and options to use bash.
[[https://www.gnu.org/software/bash/][Bash]] (Bourne Again Shell) is a shell commonly used on GNU-Linux systems for
multiple purposes. Knowing about bash is an enjoyable experience and a great
opportunity to learn about computers, files, directories and programs.
@ -30,4 +29,4 @@ opportunity to learn about computers, files, directories and programs.
* [[./tutorial/sed_subsitute.org][Using 'sed' editor to substitute text]]
* [[./tutorial/streaming_terminal.org][A really nice feature: streaming from terminal!]]
* [[./tutorial/variables.org][Knowing about variables]]
* [[./tutorial/wgetandmore.org][Download from terminal: wget curl, pandoc ]]