Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Convert all number abbreviations to numeric values in a text file

bash awk sed

Linux bash script to extract IP address

linux bash sed awk

How to append a string to each element of a Bash array?

arrays bash

zsh: command not found laravel

php linux bash laravel oh-my-zsh

What does 2 commas after variable name mean in bash?

linux bash shell

Bash - How to pass arguments to a script that is read via standard input

bash

Shell Script: correct way to declare an empty array

arrays bash shell

Execute multiple commands in a bash script sequentially and fail if at least one of them fails

bash

Is it possible to "unsource" in bash?

bash

Bash and Test-Driven Development

bash tdd

Sanitize environment with command or bash script?

linux bash

what does 'cd $_' mean?

bash

Why does $((true == false)) evaluate to 1 in bash?

bash

Which shell I am using in mac

bash macos shell unix zsh

How to get bc to handle numbers in scientific (aka exponential) notation?

Get list of variables whose name matches a certain pattern

bash variables scripting

What purpose does using exec in docker entrypoint scripts serve?

bash docker

What does '\K' mean in this regex?

regex bash grep

scp stalled while copying large files

bash shell scp

bash: start multiple chained commands in background

bash background command