Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to pass local variable to remote using ssh and bash script?

how to correctly use prune? -type d and -type f have a different effect on prune?

linux bash ubuntu find gnu

how can I recognize which OS I am on in a bash script [duplicate]

bash

What can change command substitution behavior in bash?

bash

Determining when cd drawer has been closed

bash

Print all lines between pattern where any line matches second pattern

regex bash sed awk

Mac OS X echo $(date) in .bash_profile gives stale date

shell date alias bash

How to run/execute an adobe AIR file on Linux (ec2/ubuntu) from command line only (no gui)

linux bash air

Bash substrings and parameter expansion without assigning to a variable

bash shell

Strip whitespaces in AWK

linux bash awk

How to use bash completion-functions that are defined on-the-fly?

bash bash-completion

Bash Command Substitution Giving Weird Inconsistent Output

linux bash shell

Passing a password for an SSL-Key in openvpn

bash shell openssl openvpn

How to customize virtualenv shell prompt

python bash virtualenv

Bash get process ID of a process started in subshell

bash shell process subshell

How to change default eclipse shell interpreter?

eclipse bash shell

Matching last occurrence before a previous match

regex bash awk grep

Running a python function as a bash command

python bash shell

Enabling auto-completion in git bash on windows?

windows git bash

How to escape history expansion exclamation mark ! inside a double quoted string?

bash syntax quotes