Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to override a helm value

Can you pass an environment variables into kubectl exec without bash -c?

bash kubernetes kubectl

How to export a variable in Bash

linux bash sysadmin

Bash globbing - autoexpand for a few specific cases?

bash filenames glob expansion

Get folder (or sub-files/folders) last modification date and time

macos bash

'grep -q' not exiting with 'tail -f'

linux bash grep

Bash signal capture not detecting variables changed after declaration of 'trap' block

bash shell scope bash-trap

BASH: When reading user input, Enter brings new line

bash

Shell Script: How to trim spaces from a bash variable [duplicate]

bash shell unix

Capture output from git command?

bash capture output

Faster grep function for big (27GB) files

file bash awk grep

Copy a Bash array with empty elements

arrays bash copy

linux script with netcat stops working after x hours

linux bash raspberry-pi netcat

How to intercept and remove a command line argument in bash

How to send one bash command to multiple byobu windows?

bash byobu

Bash will not auto-complete (Tab) with files

Linux bash. for loop and function, for adding numbers

linux bash function for-loop

Unable to add element to array in bash

arrays linux bash

How to truncate working directory in prompt to show first and last folder?

macos bash prompt

Is there any difference between $@ and "$@"? [duplicate]

bash expansion