Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to generate changelog: git log since last Hudson build?

Adding spaces to stdout

bash

git: stage only new files

git bash scripting

Is there a way to run a python script that is inside a zip file from bash?

Bash: Brace expansion in scripts not working due to unwanted escaping

How to use sed command to add a string before a pattern string?

bash sed

bash/readline equivalent of escape-dot in vi-mode

bash vi readline

place a multi-line output inside a variable

bash bash4

Bash string (command output) equality test

bash

Bash script to convert a string with space delimited tokens to an array

linux arrays bash shell

bash get a regular expression number up to 2 digits

regex bash digit

Fast ping sweep in python

python bash python-2.7 ping

export function from zsh to bash for use in gnu parallel

bash: refer to previous arguments of current command

bash

Bash - how to preserve newline in sed command output?

bash sed echo delimiter cat

why wildcard doesn't work in `sudo rm` statement?

bash shell wildcard sudo

Creating file and directory with same name

linux bash file directory

How to have changes in ~/.byobu/.tmux.conf take effect without restarting byobu

linux bash shell byobu

Git stash pop only if successfully stashed before

git bash

What does if [[ $# -ge 1 ]] mean in shell scripting

bash shell