nixCraft Linux / UNIX Newsletter

Link to [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

How to improve your bash/sh shell script with ShellCheck lint script analysis tool

Posted: 26 Oct 2020 12:55 PM PDT


{Updated} ShellCheck is a static analysis tool for shell scripts. One can use it to finds bugs in your shell scripts. It is written in Haskell. You can find warnings and suggestions for bash/sh shell scripts with this tool. Let us see how to install and use ShellCheck on a Linux or Unix-like system to enhance your shell scripts, avoid errors and productivity.

The post How to improve your bash/sh shell script with ShellCheck lint script analysis tool appeared first on nixCraft.

How to install VirtualBox on Ubuntu 20.04 Linux LTS

Posted: 26 Oct 2020 07:49 AM PDT

How do I install VirtualBox application on Ubuntu 20.04 Linux LTS system?

The post How to install VirtualBox on Ubuntu 20.04 Linux LTS appeared first on nixCraft.