Never stop talking " STOP the Gaza Genocide "

Bash Scripting | ProgrammingKnowledge

ProgrammingKnowledge

ProgrammingKnowledge

Hi Guys, . I have Always been asked to share my code which I use in my video. Answering people’s questions is great, and the feeling you get when you solve a problem always felt good. The only problem I have is making tutorials is a little bit time consuming. It requires planning the subjects that need to be covered, recording the tutorial, editing the video, rendering it and finally uploading it on YouTube. . So I need your help in Collecting All the codes at one place. I made a website Cod

Course Details

  • Course Lessons45
  • Course Period20h 20m
  • No.Students0
  • LanguageEnglish
  • No Prerequisite
  • (1)
  • Start Now for free

Course Lessons

  1. 1 | Shell Scripting Tutorial for Beginners 1 - Introduction 00:11:46
  2. 2 | Shell Scripting Tutorial for Beginners 2 - using Variables and Comments 00:10:17
  3. 3 | Shell Scripting Tutorial for Beginners 3 - Read User Input 00:11:31
  4. 4 | Shell Scripting Tutorial for Beginners 4 - Pass Arguments to a Bash-Script 00:08:35
  5. 5 | Shell Scripting Tutorial for Beginners 5 - If Statement ( If then , If then else, If elif else) 00:13:18
  6. 6 | Shell Scripting Tutorial for Beginners 6 - File test operators 00:10:30
  7. 7 | Shell Scripting Tutorial for Beginners 7 - How to append output to the end of text file 00:10:47
  8. 8 | Shell Scripting Tutorial for Beginners 8 - Logical 'AND' Operator 00:06:35
  9. 9 | Shell Scripting Tutorial for Beginners 9 - Logical 'OR' Operator 00:05:46
  10. 10 | Shell Scripting Tutorial for Beginners 10 - Perform arithmetic operations 00:07:21
  11. 11 | Shell Scripting Tutorial for Beginners 11 - Floating point math operations in bash bc Command 00:12:22
  12. 12 | Shell Scripting Tutorial for Beginners 12 - The case statement 00:07:52
  13. 13 | Shell Scripting Tutorial for Beginners 13 - The case statement Example 00:08:39
  14. 14 | Shell Scripting Tutorial for Beginners 14 - Array variables 00:10:30
  15. 15 | Shell Scripting Tutorial for Beginners 15 - WHILE Loops 00:06:21
  16. 16 | Shell Scripting Tutorial for Beginners 16 - using sleep and open terminal with WHILE Loops 00:04:56
  17. 17 | Shell Scripting Tutorial for Beginners 17 - Read a file content in Bash 00:07:21
  18. 18 | Shell Scripting Tutorial for Beginners 18 - UNTIL loop 00:04:22
  19. 19 | Shell Scripting Tutorial for Beginners 19 - FOR loop 00:08:40
  20. 20 | Shell Scripting Tutorial for Beginners 20 - use FOR loop to execute commands 00:06:46
  21. 21 | Shell Scripting Tutorial for Beginners 21 - Select loop 00:07:02
  22. 22 | Shell Scripting Tutorial for Beginners 22 - Break and continue 00:06:43
  23. 23 | Shell Scripting Tutorial for Beginners 23 - Functions 00:09:43
  24. 24 | Shell Scripting Tutorial for Beginners 24 - Local variables 00:08:44
  25. 25 | Shell Scripting Tutorial for Beginners 25 - Function Example 00:11:58
  26. 26 | Shell Scripting Tutorial for Beginners 26 - Readonly command 00:07:18
  27. 27 | Shell Scripting Tutorial for Beginners 27 - Signals and Traps 00:21:45
  28. 28 | Shell Scripting Tutorial for Beginners 28 - How to debug a bash script 00:07:23
  29. 29 | Bash Shell Scripting Tutorial Shell Scripting Tutorial Learn Shell Programming 04:10:32
  30. 30 | How to Install Ubuntu 16.04 LTS on VirtualBox in Windows 8 / Windows 10 00:19:20
  31. 31 | How to Install Ubuntu 18.04 LTS on VirtualBox in Windows 10 / Windows 8 00:12:40
  32. 32 | How Install VirtualBox Guest Additions on Ubuntu 18.04 Guest / virtual machine 00:03:37
  33. 33 | How to install Java JDK 10 on Ubuntu 18.04 LTS (Debian Linux) 00:03:29
  34. 34 | How to Install Linux Mint 19 Cinnamon on VirtualBox 00:09:43
  35. 35 | How to Install Debian Linux on VirtualBox 00:13:14
  36. 36 | How to be a Good Software Developer / Coder / Programmer 00:18:41
  37. 37 | Which Programming Language Should You Learn First 00:10:35
  38. 38 | Docker Tutorial for Beginners Learn Docker in 2 Hours (Full Course) DevOps Training 02:09:41
  39. 39 | How To Test 200+ Linux Distributions Without Installing them 00:13:26
  40. 40 | Top 7 Programming Languages To Learn Best Programming Languages 00:10:26
  41. 41 | How to Install Ubuntu 20.04 LTS on VirtualBox in Windows 10 00:20:45
  42. 42 | How to Install Ubuntu 22.04 LTS on VirtualBox in Windows 11 00:19:54
  43. 43 | Bash Shell Scripting Tutorial Full Course 03:25:11
  44. 44 | How to Install Debian Linux on VirtualBox on Windows 11 00:19:38
  45. 45 | Bash Scripting Tutorial for Beginners Bash Scripting Full Course 3 Hours 03:25:11
    Student Reviews

    ( 5 Of 5 )

    1 review
    5 Stars
    100%
    4 Stars
    0%
    3 Stars
    0%
    2 Stars
    0%
    1 Star
    0%
    Y
    Youtube

    02-07-2024
    Shell Scripting Tutorial for Beginners

    A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. A shell usually interprets a single line of input, but we can also create a file containing a number of lines of commands to be interpreted. This file is a program known as a shell script. The program can also contain control structures (if-then, loops). Shell scripts allow a sequence of commands to be executed automatically .
    UNIX Operating System (OS) Tutorial for Beginners - Learn fundamentals of UNIX in simple and easy steps starting from basic to advanced concepts with examples including of Getting Started, Unix Korn and Bourne Shell and Programming, File Permission / Access Modes, Environment, Utilities, Pipes and Filters, Network Communication Utilities, File System, Directories, Memory Management, Special Variables, vi editor, What is Shell?, Using Shell Variables, Arrays, Basic Operators, Decision Making, Loop Types, Control, Substitution, Quoting Mechanisms, Input / Output Redirections, Functions, Man Page Help, Regular Expressions with SED, User Administration, System Performance, Logging, Signals and Traps, Processes.