Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to stream one file to multiple pipelines efficiently

bash pipe tee

Is there a `sh` equivalent to bash's `<<<' redirection operator?

bash shell

lazy (non-buffered) processing of shell pipeline

bash shell unix pipe zsh

create json from bash variable and associative array [duplicate]

json bash jq associative-array

Have find use my command's alias instead of original [duplicate]

bash find alias

History command does not work when HISTFILE variable is set

linux bash

grep file content from piped content

bash grep

how to source bashrc/bashprofile from python script [duplicate]

How can I reduce one of the pipe in the following awk statement

linux bash shell awk

grep filenames matching a pattern and move to desired folder

linux bash shell grep move

sudo ignores SIGTERM sent from same script

linux bash signals sudo kill

how do I get over parted confirmation request in a script

bash parted

bash auto complete no directory

bash autocomplete

nested dictionaries in bash

bash dictionary

Associative array in bash not storing values inside loop [duplicate]

How to "catch" non-zero exit-code despite "set -e" then echo error code

linux bash

How can I display commit's position in the history relative to tags (and branches)?

git bash

Run a conditional bash command inside of tox

Best practice to check if a process is running on Linux?

linux bash process chef-infra