Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to check if multiple variables are defined or not in bash

bash shell

Using a variable in brace expansion range fed to a for loop

Check if a user is in a group

bash

cat, grep and cut - translated to python

python linux bash grep cut

How to convert ".." in path names to absolute name in a bash script?

linux bash unix

Colour highlighting output based on regex in shell

linux bash shell