Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to change bash prompt color based on exit code of last command?

bash

Why does calling make with a shell script target create an executable file?

linux bash shell gnu-make

Systemd script fail

linux bash systemd

How to handle duplicates in my PATH variable?

bash shell path

How to loop through git tags

git bash svn

store comma separated key=value pair in a string to $key, $value variable in shell

bash dictionary

Understanding code ({0..1}{0..1}{0..1}{0..1}{0..1}{0..1}{0..1}{0..1})

How to enter keyboard shortcuts in bash script

bash

Building all code with Go and './...'

linux bash go command-line

Where to put bash completion scripts

bash perl bash-completion

Bash: How to persist and restore associative arrays with keys that contain square brackets or other special characters

What is the difference between {} 1>&2 and () 1>&2 in an output-captured function in bash

How to get latest RStudio version

r bash xpath rstudio

Prevent logging a specific command in Concourse CI

bash concourse

Bash: What is the scope of the process substitution?

bash process-substitution

ShellCheck warning: "Iterating over ls output is fragile. Use globs. [SC2045]"

bash ls shellcheck

Is there a way to script a ghci session?

bash haskell ghci

One line setting environment variable and execute command, got different results in sh and bash

linux bash shell sh

AWK not printing output file separator OFS

bash awk

Regex or split in python for shell awk equivalent

python regex bash awk split