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.
@ -22,12 +21,12 @@ opportunity to learn about computers, files, directories and programs.
* [[./tutorial/move_files.org][Move or rename files]]
* [[./tutorial/poppler.org][Convert markup text to multiple formats using 'pandoc']]
* [[./tutorial/poppler.org][Convert pdf to text or html using 'poppler']]
* [[./tutorial/redirect_output.org][What exactly are input, output and standard error?]]
* [[./tutorial/redirect_output.org][What exactly are input, output and standard error?]]
* [[./tutorial/rmlint.org][Using 'rmlint' to clean your hard disk]]
* [[./tutorial/run_bash_script.org][How to run bash scripts]]
* [[./tutorial/run_rscript.org][How to run R-scripts]]
* [[./tutorial/search_files.org][Searching files in the system]]
* [[./tutorial/sed_subsitute.org][Using 'sed' editor to substitute text]]
* [[./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 ]]