Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Bash: Execute script in context of calling shell

bash shell subshell

Passing bash variable to awk

bash awk

Alias to open git conflicts in textmate

git bash textmate alias

Preventing background process from writing to console

linux bash

Bash - How to loop through sub directories and copy in a file

bash unix copy

docker-compose up with volumes "no such file or directory"

bash docker docker-compose

Improve performance of bash script

bash shell

Prepending letter to field value

How to see all output when executing `docker build`

bash docker

Can a bash script that launches vim abort being in a pipeline?

bash vim

Replace string in variable using Bash

string bash variables replace

How to "squeeze" directory levels

bash

Bash sed non-greedy matching

bash sed non-greedy

Can I use regular expressions with cd command in mac terminal?

regex bash terminal glob cd

Compare .csv files with BASH while merging one column

bash awk grep

Alias to Launch Python .py Script

Can't get `sed` to work with text containing escape sequences

bash sed ansi-escape

sed: skip match if has already been replaced

bash sed

Is it the tty, the shell, or both that is responsible for echo-ing user input?

bash shell expect tty