Core

Guides - oriented at learning

Docs

Advanced Resources and Troubleshooting

VSCode extensions

  • shell-format - deals with shellscript, Dockerfile, properties, gitignore, dotenv, hosts, jvmoptions. Publisher: foxundermoon
  • ShellCheck - Integrates ShellCheck into VS Code, a linter for Shell scripts. Publisher: Timon Wong

Bash commands / concepts I wish I understood better

  • lsof
  • correct termination of the command passed for execution using xargs or find with -exec