Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I run a command on all files from git ls-files?

git bash shell

Does curl -C, --continue-at work when piping standard out?

bash http curl pipe wget

How to use PCRE Regex in SED on Mac OSX

regex bash macos sed

Exiting ssh -tt session

linux bash ssh terminal tty

How to rm -fr * reliably?

bash rm glob dotfiles

How does Bash deal with brackets inside of double quoting?

Returning a Dictionary from a Bash Function

Bash alias not saving beyond one session?

bash

Getting permission denied on k8s initContainer while running sh file

bash kubernetes

Why don't Bash associative arrays maintain index order?

Get exit code from docker entrypoint command

bash docker

How to capture / redirect stdout/stderr from a source command into a variable (in a bash script)?

bash stdout stderr subshell

How do I run jq on each log line and tail it?

bash less jq

How to replace words in file in bash

regex bash awk sed

Setting a local array to its value

bash shell

How to repeatedly start and kill a never ending bash process

bash shell sh

Merge two .csv files into one and keep just one header - in bash

bash unix

Executing bash script with tilde in path

java linux bash exec

BASH comm command, but for multiple columns

bash unique comm

What does "find ... {} + || true" do?

bash