Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Git commit hook - How to use the commit-msg hook to check for string in message?

git perl bash hook

Mutt won't send attachment [closed]

linux bash shell email mutt

how to turn bash command into docker(-compose) healthcheck

Echo output of a piped command

linux bash shell unix echo

Gitlab CI check if directory exists before pulling origin

failed to create symbolic link - no such file or directory [closed]

linux bash

bash: simpler way to get multiple elements of array at once?

linux bash unix

Pattern matching in if statement in bash

regex bash

Bash subshell consumes stdin of the parent process

linux bash shell pipe subshell

awk: select first column and value in column after matching word

bash awk sed text-processing

Bash printf multiple lines from arg in columns

bash printf

Why does wc output different padding spaces depending on how stdin is connected?

bash pipe stdin wc

Can I trust shell's `read` to not buffer input?

bash shell posix

Why does tmux erase terminal contents on editor exit?

macos bash vim emacs tmux

Parse HTML table columns with bash

Sed replace value with variable [duplicate]

bash shell sed

bash create file every 10 minutes

bash cat

Xidel extract data inside the tag -- raw output

html linux bash parsing xidel

how to break one column into multiple columns in Linux [duplicate]

linux bash shell unix awk

How can I make bash 'pop' and 'shift' functions that actually return the item popped or shifted?

arrays bash subshell