Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

OhMyZsh: override Git plugin aliases with custom multi-line aliases / functions

bash git alias zsh oh-my-zsh

In a sourced shell script set $? to a variable's value and then unset variable at same time

bash ksh

Dynamic precision in awk printf using shell variable

bash awk

Embedding binary data in a script efficiently

python bash binaryfiles

grep on zipped files without zgrep

bash grep

Array of all files in a directory, except one

arrays bash

How to extract links from an html page

regex bash sed html-parsing

BASH - Positional Parameters

bash

How can I check if a given directory is accessible?

Find And Replace Current Text to Wrap In Color

bash sed colors zsh

Create temporary aliases in zshrc

zsh bash

"sed" special characters handling

regex bash shell unix sed

Checkout a complete Subversion tree excluding tags/ and branches/

Download multiple files with aria2c in parallel

bash shell aria2

Git hash-object is yielding different SHA1 in Powershell, CMD and Bash?

bash git powershell hash sha1

ZSH command not found, even if command is in my $PATH

bash shell path zsh

Input redirection in find -exec option

bash http-redirect find

Insert text into file after a specific text

bash shell

How to pipe command's output to program and keep its stdin open

bash shell stdin

Why does bash suppress stdout when exit 0 in ERR trap?

bash