وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Bash Shell Scripting: A Complete Guide for Beginner

سرفصل های دوره

!-- Unleash the ultimate power of Bash. Learn Bash Scripting from scratch & advance with step-by-step approach --!


1. Bash Shell Introduction
  • 1. Bash Shell Course Introduction
  • 2.1 Replit.html
  • 2. Bash Shell Code Editor
  • 3.1 Replit.html
  • 3. Bash Shell Bash Introduction and Bash File Creation - Part 1
  • 4. Bash Shell Bash Introduction and Bash File Creation - Part 2

  • 2. Bash Shell Bash Commands Part 1
  • 1. Bash Shell Bash Commands - pwd
  • 2. Bash Shell Bash Commands - ls Part 1
  • 3. Bash Shell Bash Commands - ls Part 2
  • 4. Bash Shell Bash Commands - mkdir
  • 5. Bash Shell Bash Commands - cd Part 1
  • 6. Bash Shell Bash Commands - cd Part 2
  • 7. Bash Shell Bash Commands - echo
  • 8. Bash Shell Bash Commands - touch Part 1
  • 9. Bash Shell Bash Commands - touch Part 2
  • 10. Bash Shell Bash Commands - cat
  • 11. Bash Shell Bash Commands - clear
  • 12. Bash Shell Bash Commands - history
  • 13. Quiz 1.html

  • 3. Bash Shell Bash Commands Part 2
  • 1. Bash Shell Bash Commands - copy Part 1
  • 2. Bash Shell Bash Commands - copy Part 2
  • 3. Bash Shell Bash Commands - move
  • 4. Bash Shell Bash Commands - rm Part 1
  • 5. Bash Shell Bash Commands - rm Part 2
  • 6. Bash Shell Bash Commands - chmod
  • 7. Bash Shell Bash Commands - find Part 1
  • 8. Bash Shell Bash Commands - find Part 2
  • 9. Bash Shell Bash Commands - find Part 3
  • 10. Bash Shell Bash Commands - grep
  • 11. Bash Shell Bash Commands - sleep
  • 12. Bash Shell Bash Commands - kill
  • 13. Quiz 2.html

  • 4. Bash Shell Special Characters in Bash Shell
  • 1. Bash Shell Special Characters in Bash Shell - Comment (#)
  • 2. Bash Shell Special Characters in Bash Shell - Command Separator (;)
  • 3. Bash Shell Special Characters in Bash Shell - Redirect () Part 1
  • 4. Bash Shell Special Characters in Bash Shell - Redirect () Part 2
  • 5. Bash Shell Special Characters in Bash Shell - Append ()
  • 6. Bash Shell Special Characters in Bash Shell - Input Redirect ()
  • 7. Bash Shell Special Characters in Bash Shell - Pipe ()
  • 8. Bash Shell Special Characters in Bash Shell - Escape ()
  • 9. Bash Shell Special Characters in Bash Shell - Tilde (~)
  • 10. Bash Shell Special Characters in Bash Shell - Period (.)
  • 11. Bash Shell Special Characters in Bash Shell - Double Period (..)
  • 12. Quiz 3.html

  • 5. Bash Shell Variables in Bash Shell and Debugging
  • 1. Bash Shell Variables in Bash Shell - Introduction
  • 2. Bash Shell Variables in Bash Shell - Command Line Arguments
  • 3. Bash Shell Variables in Bash Shell - Variables
  • 4. Bash Shell Variables in Bash Shell - Variables (Case Sensitive)
  • 5. Bash Shell Variables in Bash Shell - Variables (Space issue around =)
  • 6. Bash Shell Variables in Bash Shell - User Input Values in Variables Part 1
  • 7. Bash Shell Variables in Bash Shell - User Input Values in Variables Part 2
  • 8. Bash Shell Variables in Bash Shell - User Input Values in Variables Part 3
  • 9. Bash Shell Debugging Part 1
  • 10. Bash Shell Debugging Part 2
  • 11. Bash Shell Debugging Part 3
  • 12. Quiz 4.html

  • 6. Bash Shell Decision Making Condition
  • 1. Bash Shell Decision Making Condition - If Condition
  • 2. Bash Shell Decision Making Condition - If Condition (Command Line Arguments)
  • 3. Bash Shell Decision Making Condition - If Condition (Case Sensitive)
  • 4. Bash Shell Decision Making Condition - If Else Condition
  • 5. Bash Shell Decision Making Condition - Nested If Condition
  • 6. Bash Shell Decision Making Condition - Nested If Else Condition
  • 7. Bash Shell Decision Making Condition - Else If Condition
  • 8. Bash Shell Decision Making Condition - If File Exists Part 1
  • 9. Bash Shell Decision Making Condition - If File Exists Part 2
  • 10. Bash Shell Decision Making Condition - If Variable Exists
  • 11. Bash Shell Decision Making Condition - Case Statement Part 1
  • 12. Bash Shell Decision Making Condition - Case Statement Part 2
  • 13. Quiz 5.html

  • 7. Bash Shell Strings in Bash Shell
  • 1. Bash Shell Strings in Bash Shell - Create String
  • 2. Bash Shell Strings in Bash Shell - Empty String
  • 3. Bash Shell Strings in Bash Shell - Length of String
  • 4. Bash Shell Strings in Bash Shell - Substring of String Part 1
  • 5. Bash Shell Strings in Bash Shell - Substring of String Part 2
  • 6. Bash Shell Strings in Bash Shell - Substring of String Part 3
  • 7. Bash Shell Strings in Bash Shell - Substring of String Part 4
  • 8. Bash Shell Strings in Bash Shell - Concatenate String Part 1
  • 9. Bash Shell Strings in Bash Shell - Concatenate String Part 2
  • 10. Quiz 6.html

  • 8. Bash Shell Operators in Bash Shell
  • 1. Bash Shell Operators in Bash Shell - Operators Introduction
  • 2. Bash Shell Operators in Bash Shell - Arithmetic Operators Part 1
  • 3. Bash Shell Operators in Bash Shell - Arithmetic Operators Part 2
  • 4. Bash Shell Operators in Bash Shell - Assignment Operators Part 1
  • 5. Bash Shell Operators in Bash Shell - Assignment Operators Part 2
  • 6. Bash Shell Operators in Bash Shell - Relational Operators Part 1
  • 7. Bash Shell Operators in Bash Shell - Relational Operators Part 2
  • 8. Bash Shell Operators in Bash Shell - Logical Operators (AND)
  • 9. Bash Shell Operators in Bash Shell - Logical Operators (OR)
  • 10. Bash Shell Operators in Bash Shell - Logical Operators (NOT)
  • 11. Quiz 7.html

  • 9. Bash Shell Loops in Bash Shell
  • 1. Bash Shell Loops in Bash Shell - For Loop Introduction
  • 2. Bash Shell Loops in Bash Shell - For Loop Introduction Example
  • 3. Bash Shell Loops in Bash Shell - For Loop read a range Part 1
  • 4. Bash Shell Loops in Bash Shell - For Loop read a range Part 2
  • 5. Bash Shell Loops in Bash Shell - For Loop read Array
  • 6. Bash Shell Loops in Bash Shell - Break Statement
  • 7. Bash Shell Loops in Bash Shell - Continue Statement
  • 8. Bash Shell Loops in Bash Shell - While Loop Part 1
  • 9. Bash Shell Loops in Bash Shell - While Loop Part 2
  • 10. Bash Shell Loops in Bash Shell - Bash Until Loop
  • 11. Quiz 8.html

  • 10. Bash Shell Arrays in Bash Shell
  • 1. Bash Shell Arrays in Bash Shell - Create Array (Index Position)
  • 2. Bash Shell Arrays in Bash Shell - Accessing Elements in Array Part 1
  • 3. Bash Shell Arrays in Bash Shell - Accessing Elements in Array Part 2
  • 4. Bash Shell Arrays in Bash Shell - Iterate over an Array
  • 5. Bash Shell Arrays in Bash Shell - Print the index value of an Array
  • 6. Bash Shell Arrays in Bash Shell - Length of an Array
  • 7. Bash Shell Arrays in Bash Shell - Add element to an Array
  • 8. Bash Shell Arrays in Bash Shell - Update Element of an Array
  • 9. Bash Shell Arrays in Bash Shell - Delete Element in Array
  • 10. Quiz 9.html

  • 11. Bash Shell Functions in Bash Shell
  • 1. Bash Shell Functions in Bash Shell - Function Introduction
  • 2. Bash Shell Functions in Bash Shell - Function Introduction Example
  • 3. Bash Shell Functions in Bash Shell - Function with Arguments
  • 4. Bash Shell Functions in Bash Shell - Function (Return Value Concept)
  • 5. Quiz 10.html

  • 12. Bash Shell Read and Write in Files in Bash Shell
  • 1. Bash Shell Read and Write in Files in Bash Shell - Read Introduction
  • 2. Bash Shell Read and Write in Files in Bash Shell - Read Example
  • 3. Bash Shell Read and Write in Files in Bash Shell - Read using script
  • 4. Bash Shell Read and Write in Files in Bash Shell - Write Introduction
  • 5. Bash Shell Read and Write in Files in Bash Shell - Tee Part 1
  • 6. Bash Shell Read and Write in Files in Bash Shell - Tee Part 2
  • 7. Quiz 11.html

  • 13. Bash Shell Project in Bash Shell
  • 1. Bash Shell Project in Bash Shell - Project Part 1
  • 2.1 Project script.txt
  • 2. Bash Shell Project in Bash Shell - Project Part 2
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 17980
    حجم: 782 مگابایت
    مدت زمان: 147 دقیقه
    تاریخ انتشار: 28 مرداد 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید