Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Can a bash script that returns a Python interpreter replace the shebang?

python python-3.x bash

SSH and identity file for jump server

bash ssh

Print every string that is matched by regex in order

bash awk grep

Update variable in bash function and use it in prompt (PS1)

bash shell scripting sh

How to get psql result in bash?

bash postgresql psql

bash: Can't get simple 'if' to work

bash

Compare lines within a file in bash

bash shell awk

How to interpret ASCII command codes in a stream before saving to a file?

linux bash

Bash Nested If-Else Error

bash unicode if-statement

Fast extraction of lines based on line numbers

linux bash awk

Convert relative URL to absolute URL

regex bash url

ruby exec use functions from my ~/.bashrc

ruby bash exec

awk : if >=4 lines in a row begin with + or - don't print record

bash shell awk gawk

How to detect OS and load ZSH settings conditionally?

linux bash shell zsh oh-my-zsh

Does bash have a `default`-equivalent for the case statement when using fallthrough?

Looking for explanation of shell redirection interleaving behaviour

bash shell

Is it possible to categorize the bash autocomplete output?

Wildcard expansion (globbing) in a string composed of quoted and unquoted parts

bash shell glob quoting shopt

sed : extract multiple fields in random order

regex bash shell sed