Resources on learning bash scripting

This page summarizes the projects mentioned and recommended in the original post on /r/bash

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ShellCheck

    ShellCheck, a static analysis tool for shell scripts

  • no you can’t integrate within vim but you if you want to work straight on the terminal without using external IDE or text editors, I suggest you to install shellcheck from GitHub repo (https://github.com/koalaman/shellcheck) and run the command directly:

  • coc.nvim

    Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

  • Actually you can with coc.nvim & coc-sh. So long as shellcheck is also installed and in PATH, it'll integrate with coc/vim just fine.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • coc-sh

    SH language server extension using bash-language-server for coc.nvim.

  • Actually you can with coc.nvim & coc-sh. So long as shellcheck is also installed and in PATH, it'll integrate with coc/vim just fine.

  • dotfiles

    My current dotfiles, specifically in Manjaro XFCE & i3-gaps (by Stewie410)

  • Can confirm that using bash is the best way to learn it; though shellcheck should be applied as a holy book, especially when starting out.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts