• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
  • Online Degrees
  • Careers
  • Log In
  • Join for Free
    Coursera
    • Browse
    • Bash Script

    Bash Script Courses Online

    Learn Bash scripting for automating tasks in Unix-based systems. Master command-line operations, script writing, and system management.

    Skip to search results

    Filter by

    Subject
    Required
     *

    Language
    Required
     *

    The language used throughout the course, in both instruction and assessments.

    Learning Product
    Required
     *

    Level
    Required
     *

    Duration
    Required
     *

    Skills
    Required
     *

    Subtitles
    Required
     *

    Educator
    Required
     *

    Explore the Bash Script Course Catalog

    • Status: Free Trial
      Free Trial
      C

      Codio

      Connecting to Devices and Networks

      Skills you'll gain: Firewall, Network Monitoring, TCP/IP, Data Storage, Network Protocols, Network Troubleshooting, General Networking, Linux, Command-Line Interface, Data Storage Technologies, System Configuration, Network Security, File Management

      Beginner · Course · 1 - 4 Weeks

    • C

      Coursera Project Network

      Make a Bill Splitter App with AngularJS

      Skills you'll gain: Model View Controller, Web Development Tools, Web Applications, JavaScript Frameworks, Data Validation, Javascript

      4.6
      Rating, 4.6 out of 5 stars
      ·
      7 reviews

      Intermediate · Guided Project · Less Than 2 Hours

    • Status: Free Trial
      Free Trial
      N

      NIIT

      Building Interactive User Interfaces Using React Library

      Skills you'll gain: React.js, Jest (JavaScript Testing Framework), JavaScript Frameworks, Front-End Web Development, Unit Testing, UI Components, Event-Driven Programming, Javascript, User Interface (UI), Software Testing, Application Programming Interface (API)

      Intermediate · Course · 1 - 3 Months

    • Status: Free Trial
      Free Trial
      U

      University of Glasgow

      Computational Thinking with Javascript 1: Draw & Animate

      Skills you'll gain: Computational Thinking, Javascript, Programming Principles, Computer Programming, Computer Graphics, Animations, Debugging, Scripting Languages

      Beginner · Course · 1 - 4 Weeks

    • Status: Free Trial
      Free Trial
      C

      Codio

      Select Topics in Python: Matplotlib

      Skills you'll gain: Matplotlib, Plot (Graphics), Data Visualization Software, Data Visualization, Jupyter, Interactive Data Visualization, Scatter Plots, Histogram, Box Plots, Animations

      3.3
      Rating, 3.3 out of 5 stars
      ·
      11 reviews

      Intermediate · Course · 1 - 4 Weeks

    • Status: Free Trial
      Free Trial
      I

      IBM

      Mastering Operating Systems with IBM AIX

      Skills you'll gain: Shell Script, Unix Shell, File Management, User Accounts, Unix, Package and Software Management, Systems Administration, File Systems, TCP/IP, Unix Commands, System Monitoring, Disaster Recovery, System Software, System Configuration, Operating Systems, OS Process Management, Command-Line Interface, Debugging, System Support, Network Administration

      4.8
      Rating, 4.8 out of 5 stars
      ·
      13 reviews

      Intermediate · Specialization · 3 - 6 Months

    • Status: Free Trial
      Free Trial
      S

      Scrimba

      Learn CSS Variables

      Skills you'll gain: Cascading Style Sheets (CSS), HTML and CSS, Front-End Web Development, Javascript, Responsive Web Design, Web Design and Development, Maintainability

      4.8
      Rating, 4.8 out of 5 stars
      ·
      8 reviews

      Intermediate · Course · 1 - 4 Weeks

    • Status: Free Trial
      Free Trial
      E

      EDUCBA

      Continuous Integration and Deployment with ASP.NET Core

      Skills you'll gain: CI/CD, Continuous Deployment, Continuous Integration, Continuous Delivery, Application Deployment, DevOps, Test Automation, Performance Tuning, Containerization, System Monitoring, ASP.NET, Unit Testing, Cloud Platforms

      4.8
      Rating, 4.8 out of 5 stars
      ·
      17 reviews

      Intermediate · Course · 1 - 4 Weeks

    • Status: Free Trial
      Free Trial
      N

      NIIT

      Building High Quality User Experience Using Material UI

      Skills you'll gain: Cascading Style Sheets (CSS), UI Components, Front-End Web Development, User Interface and User Experience (UI/UX) Design, Web Design, React.js, Responsive Web Design, User Centered Design, Javascript

      1.7
      Rating, 1.7 out of 5 stars
      ·
      6 reviews

      Intermediate · Course · 1 - 4 Weeks

    • C

      Coursera Project Network

      Crea una aplicación web con Vue.js

      Skills you'll gain: Vue.JS, Web Development Tools, Web Applications, Front-End Web Development, HTML and CSS, Javascript, Microsoft Visual Studio, Data Storage

      4.7
      Rating, 4.7 out of 5 stars
      ·
      10 reviews

      Intermediate · Guided Project · Less Than 2 Hours

    • Status: New
      New
      Status: Free Trial
      Free Trial
      P

      Packt

      Python for Data Analysis and Automation

      Skills you'll gain: Automation, Python Programming, Programming Principles, Scripting, Debugging, Spreadsheet Software, Data Structures, Data Manipulation, Data Import/Export, Software Installation, Data Validation, File Management

      Beginner · Course · 3 - 6 Months

    • C

      Coursera Project Network

      APIs in Node.js: Write a RESTful API Backend Application

      Skills you'll gain: Node.JS, Restful API, Server Side, Application Programming Interface (API), Back-End Web Development, Microsoft Visual Studio, Web Applications, Javascript

      Intermediate · Guided Project · Less Than 2 Hours

    Bash Script learners also search

    Network
    Information Systems
    Network Analysis
    Advanced IT
    Computer Network
    Computer Network Programming
    Microsoft
    Google It
    1…293031…40

    In summary, here are 10 of our most popular bash script courses

    • Connecting to Devices and Networks: Codio
    • Make a Bill Splitter App with AngularJS: Coursera Project Network
    • Building Interactive User Interfaces Using React Library: NIIT
    • Computational Thinking with Javascript 1: Draw & Animate: University of Glasgow
    • Select Topics in Python: Matplotlib: Codio
    • Mastering Operating Systems with IBM AIX: IBM
    • Learn CSS Variables: Scrimba
    • Continuous Integration and Deployment with ASP.NET Core: EDUCBA
    • Building High Quality User Experience Using Material UI: NIIT
    • Crea una aplicación web con Vue.js: Coursera Project Network

    Skills you can learn in Computer Security And Networks

    Cybersecurity (33)
    Google (25)
    Google Cloud Platform (17)
    Internet (17)
    Cryptography (16)
    Network Security (16)
    Linux (12)
    Software Testing (12)
    Information Security (10)
    Application Programming Interfaces (8)
    Kubernetes (8)
    Web (8)

    Frequently Asked Questions about Bash Script

    A Bash script is a shell script that contains a series of commands for the Bash programming language in Unix and Linux environments. The script is a plain text file that serves much like the script of a play or movie in that it tells the computer what to do and in what order to perform certain tasks. The contents of the script are commands that you can otherwise run on the command line individually—the only difference is that you've combined multiple commands into a single script.‎

    Bash scripting can save you time and effort, especially if you have to run the same series of commands on a regular basis. If you ran each instruction individually on the command line, the effort can be time-consuming, but putting them into a script to run in Bash allows you to put multiple commands into the same file. A Bash script allows you to automate tasks that you have to repeat regularly so that you don't have to enter each command over and over again. Since Bash is such a common Unix language, you can use the scripts you create on any Linux computer using that language.‎

    If you're a system administrator, having a general knowledge of shell scripting is important, but Bash scripting will allow you to find a career in any workplace that relies on the Bash programming language. There are plenty of jobs you can get as a Linux system administrator that will allow you to put your Bash scripting skills to use every day. You can also find jobs developing Unix software applications or working in a data center. DevOps careers rely on a thorough knowledge of Bash scripts for automation as well.‎

    Online courses on Coursera can help you add Bash script writing to your list of valuable tools whether you're looking for advancement at your current workplace or you want to strike out into a new career. If you're new to the Unix or Linex environments, you might start out with a foundations course that helps you understand how it works. If you're a seasoned pro, you can learn how to automate using Bash scripts in a host of applications.‎

    Online Bash Script courses offer a convenient and flexible way to enhance your existing knowledge or learn new Bash Script skills. With a wide range of Bash Script classes, you can conveniently learn at your own pace to advance your Bash Script career skills.‎

    When looking to enhance your workforce's skills in Bash Script, it's crucial to select a course that aligns with their current abilities and learning objectives. Our Skills Dashboard is an invaluable tool for identifying skill gaps and choosing the most appropriate course for effective upskilling. For a comprehensive understanding of how our courses can benefit your employees, explore the enterprise solutions we offer. Discover more about our tailored programs at Coursera for Business here.‎

    This FAQ content has been made available for informational purposes only. Learners are advised to conduct additional research to ensure that courses and other credentials pursued meet their personal, professional, and financial goals.

    Other topics to explore

    Arts and Humanities
    338 courses
    Business
    1095 courses
    Computer Science
    668 courses
    Data Science
    425 courses
    Information Technology
    145 courses
    Health
    471 courses
    Math and Logic
    70 courses
    Personal Development
    137 courses
    Physical Science and Engineering
    413 courses
    Social Sciences
    401 courses
    Language Learning
    150 courses

    Coursera Footer

    Technical Skills

    • ChatGPT
    • Coding
    • Computer Science
    • Cybersecurity
    • DevOps
    • Ethical Hacking
    • Generative AI
    • Java Programming
    • Python
    • Web Development

    Analytical Skills

    • Artificial Intelligence
    • Big Data
    • Business Analysis
    • Data Analytics
    • Data Science
    • Financial Modeling
    • Machine Learning
    • Microsoft Excel
    • Microsoft Power BI
    • SQL

    Business Skills

    • Accounting
    • Digital Marketing
    • E-commerce
    • Finance
    • Google
    • Graphic Design
    • IBM
    • Marketing
    • Project Management
    • Social Media Marketing

    Career Resources

    • Essential IT Certifications
    • High-Income Skills to Learn
    • How to Get a PMP Certification
    • How to Learn Artificial Intelligence
    • Popular Cybersecurity Certifications
    • Popular Data Analytics Certifications
    • What Does a Data Analyst Do?
    • Career Development Resources
    • Career Aptitude Test
    • Share your Coursera Learning Story

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Social Impact
    • Free Courses
    • ECTS Credit Recommendations

    Community

    • Learners
    • Partners
    • Beta Testers
    • Blog
    • The Coursera Podcast
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    • Modern Slavery Statement
    • Do Not Sell/Share
    Learn Anywhere
    Download on the App Store
    Get it on Google Play
    Logo of Certified B Corporation
    © 2025 Coursera Inc. All rights reserved.
    • Coursera Facebook
    • Coursera Linkedin
    • Coursera Twitter
    • Coursera YouTube
    • Coursera Instagram
    • Coursera TikTok