From 1c9bad4cb55a20fde9cc05f871011837aed41f99 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 15 Aug 2022 13:30:41 -0300 Subject: [PATCH] Updating README --- README.org | 53 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 40 insertions(+), 13 deletions(-) diff --git a/README.org b/README.org index c134552..5f599dc 100644 --- a/README.org +++ b/README.org @@ -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!]]