Bash

chown in Bash
https://pupli.net/2015/11/chown-in-bash/

sudo
https://pupli.net/2015/11/sudo/

Running `ng build` in a specific directory using bash
https://pupli.net/2019/07/10/running-ng-build-in-a-specific-directory-using-bash/

Create directory if not exist on Bash
https://pupli.net/2019/07/11/create-directory-if-not-exist-on-bash/

Bash source command
https://pupli.net/2019/07/12/bash-source-command/

User Input in Bash
https://pupli.net/2019/07/12/user-input-in-bash/

chown in Bash
https://pupli.net/2015/11/19/chown-in-bash/

If Statements in Bash
https://pupli.net/2019/07/12/if-statements-in-bash/

Use ‘pushd’ and ‘popd’ for Filesystem Navigation in Linux
https://pupli.net/2019/07/12/use-pushd-and-popd-for-filesystem-navigation-in-linux/

Functions in Bash
https://pupli.net/2019/07/12/functions-in-bash/

Change the output color of echo using tput in Linux
https://pupli.net/2019/07/13/change-the-output-color-of-echo-using-tput-in-linux/

Change the output color of echo using ANSI escape codes in Linux
https://pupli.net/2019/07/13/change-the-output-color-of-echo-using-ansi-escape-codes-in-linux/

Check if a command succeeded on Bash
https://pupli.net/2019/07/14/check-if-a-command-succeeded-on-bash/

Check if a File or Directory Exists in Bash
https://pupli.net/2019/07/15/check-if-a-file-or-directory-exists-in-bash/

Print without newline in Bash script
https://pupli.net/2019/07/17/print-without-newline-in-bash-script/

Taking Command Line Arguments in Bash
https://pupli.net/2019/07/17/taking-command-line-arguments-in-bash/

Request root privilege from within a script in Bash
https://pupli.net/2018/10/26/request-root-privilege-from-within-a-script-in-bash/

Read a File Line By Line in Bash
https://pupli.net/2019/07/22/read-a-file-line-by-line-in-bash/

Save terminal output to a file
https://pupli.net/2019/07/24/save-terminal-output-to-a-file/

Get IP Address using bash
https://pupli.net/2019/07/29/get-ip-address-using-bash/

Command Substitution in bash
https://pupli.net/2019/07/29/command-substitution-in-bash/

Execute a command whenever a file changes
https://pupli.net/2019/08/03/execute-a-command-whenever-a-file-changes/

Check if a file contains a specific line/string in Bash
https://pupli.net/2021/04/check-if-a-file-contains-a-specific-line-string-in-bash/

Set and Unset Local, User and System Wide Environment Variables in Linux
https://pupli.net/2022/02/set-and-unset-local-user-and-system-wide-environment-variables-in-linux/

Extract substring in Bash
https://pupli.net/2022/03/extract-substring-in-bash/

Assign Output of Shell Command To Variable in Bash
https://pupli.net/2022/03/assign-output-of-shell-command-to-variable-in-bash/