Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

Raise to non-integer exponent in bash?

bash math floating-point

How to delete a Json object from Json File by sed command in BASH

json bash awk sed

Bash functions ignore set -e

linux bash

How to check if all members of an array are equal to something in unix bash

arrays linux bash shell

Remove block-comments from a file with a bash script

bash percona

expect fails when running proc inside proc

bash unix tcl expect

How can I use pipes in command stored in a variable?

bash pipe