Updating README

This commit is contained in:
Jose 2022-08-15 13:30:41 -03:00
parent e726807697
commit 1c9bad4cb5
1 changed files with 40 additions and 13 deletions

View File

@ -6,27 +6,54 @@
multiple purposes. Knowing about bash is an enjoyable experience and a great
opportunity to learn about computers, files, directories and programs.
** Basics
* [[./tutorial/describe_hardware.org][Describing hardware]]
* [[./tutorial/variables.org][Knowing about variables]]
* [[./tutorial/dictionaries_translat.org][Using dictionaries and translation tools]]
* [[./tutorial/listing_process.org][Listing process]]
* [[./tutorial/move_files.org][Move or rename files]]
* [[./tutorial/redirect_output.org][What exactly are input, output and standard error?]]
** Manuals, documentation
* [[./tutorial/manuals.org][Reading the fabulous manuals!]]
** Users
* [[./tutorial/add_user.org][How to add users]]
* [[./tutorial/changeowner.org][Changing file permissions: 'chmod']]
* [[./tutorial/convertppt2pdf.org][How can I convert office files to pdf]]
* [[./tutorial/croc.org][Using 'croc' to tranfer files between machines]]
* [[./tutorial/dd_command_flash_usb.org][Using dd command to flash usb]]
* [[./tutorial/describe_hardware.org][Describing hardware]]
* [[./tutorial/dictionaries_translat.org][Using dictionaries and translation tools]]
** File manipulation
* [[./tutorial/display_files.org][Display files: 'less', 'head' and 'tail' commands]]
* [[./tutorial/files_directories.org][Learning about files and directories]]
* [[./tutorial/gawk.org][GNU-awk program: a nice tool!]]
* [[./tutorial/listing_process.org][Listing process]]
* [[./tutorial/manuals.org][Reading the fabulous manuals!]]
* [[./tutorial/move_files.org][Move or rename files]]
* [[./tutorial/search_files.org][Searching for files in the system]]
* [[./tutorial/dd_command_flash_usb.org][Using dd command to flash usb]]
** File conversion
* [[./tutorial/convertppt2pdf.org][Convert office files to pdf]]
* [[./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/video_convert.org][Convert videos]]
** Scripting
* [[./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]]
** File transfer
* [[./tutorial/croc.org][Using 'croc' to tranfer files between machines]]
* [[./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 ]]
** Text edition
* [[./tutorial/sed_subsitute.org][Using 'sed' editor to substitute text]]
** Gwak
* [[./tutorial/gawk.org][GNU-awk program: a nice tool!]]