Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Registering custom shell function in system (OSX)

How to export a shell variable to all sessions?

bash shell

Bash: Running the same program over multiple cores

Linux: How to get group id from group name? and vice versa?

linux bash

Homebrew up-to-date, but do I need to worry about `could not link` + `delete path` errors?

bash unix homebrew

Read a config file in BASH without using "source"

bash grep eval config

Bash script listen for key press to move on

bash shell

How to set a conditional newline in PS1?

bash shell ps1

Why are the bash -n and -z test operators not inverses for $@

bash operators

VSCode Integrated Terminal creates a separate window

bash visual-studio-code

Automatically timing every executed command and show in Bash prompt? [duplicate]

bash time prompt

Bash relative date (x days ago)

linux bash date

Tailing Rolling Files

bash shell logging tail

What is the meaning of !# (bang-pound) in a sh / Bash shell script?

bash shell scala command-line

What is more portable? echo -e or using printf?

bash compatibility

In Bash how do you see if a string is not in an array?

bash shell scripting

How to match nothing if a file name glob has no matches [duplicate]

bash glob shopt

Get exit code of process substitution with pipe into while loop

bash process-substitution

How does subprocess.call() work with shell=False?

How do I get hex blocks from a base 64 encoded string?