Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Incorrect results with bash process substitution and tail?

bash pipe tail tee

How to create a Json Web Token (JWT) using OpenSSL shell commands?

linux bash openssl jwt hmac

Pretty-print for shell script

How to get the output of a shell function without forking a sub shell?

bash shell zsh

Powershell analogue of Bash's `set -e`

.net bash powershell

Making a bash script switch to interactive mode and give a prompt

bash

tee stdout and stderr to separate files while retaining them on their respective streams

bash redirect tee

How to run bash function in Dockerfile

bash docker

bash: Why can't I set a trap for SIGINT in a background shell?

find results piped to zcat and then to head

bash find pipe zcat unix-head

Execute single command in shell script without sudo

bash homebrew sudo

How to execute a script only if it is present, in bash?

bash

Command substitution with string substitution

bash command-substitution

Why using Bash readonly variable to capture output fails to capture return code $?

bash variables

wget using --timeout and --tries together

linux bash wget

How to get `python` to run Python 3 in WSL bash?

Background and foreground bash/zsh jobs without adding newlines in "continued/suspended" messages

"find" and "ls" with GNU parallel

Encrypt a file using bash shell script

How to kill Django runserver sub processes from a bash script?

python django bash shell