bash-tutorial/README.org

33 lines
2.0 KiB
Org Mode
Raw Normal View History

2022-08-13 00:39:47 +02:00
#+options: toc:nil num:nil author:nil
2021-12-09 21:18:43 +01:00
* Bash tutorial
2022-07-18 14:23:28 +02:00
[[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.
2021-12-09 21:18:43 +01:00
2022-07-03 21:06:29 +02:00
* [[./tutorial/add_user.org][How to add users]]
2022-07-18 14:23:28 +02:00
* [[./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]]
2022-07-03 21:06:29 +02:00
* [[./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]]
2022-07-18 14:23:28 +02:00
* [[./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]]
2022-07-03 21:06:29 +02:00
* [[./tutorial/manuals.org][Reading the fabulous manuals!]]
2022-07-18 14:23:28 +02:00
* [[./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']]
2022-08-13 01:29:39 +02:00
* [[./tutorial/redirect_output.org][What exactly are input, output and standard error?]]
2022-07-18 14:23:28 +02:00
* [[./tutorial/rmlint.org][Using 'rmlint' to clean your hard disk]]
2022-07-03 21:06:29 +02:00
* [[./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]]
2022-08-13 01:29:39 +02:00
* [[./tutorial/sed_subsitute.org][Using 'sed' editor to substitute text]]
2022-07-18 14:23:28 +02:00
* [[./tutorial/streaming_terminal.org][A really nice feature: streaming from terminal!]]
* [[./tutorial/variables.org][Knowing about variables]]
2022-08-13 01:29:39 +02:00
* [[./tutorial/wgetandmore.org][Download from terminal: wget curl, pandoc ]]