Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Log monitoring using shell script and send mail

transform stream sent to a file by tee

Execute sh script with parameters

php bash shell

Bash: variable insertion into curl call not working [duplicate]

bash curl

How to execute bash commands in aws lambda

How can I use grep and regex to match a word with specific length?

regex bash grep

Access Bash array without trailing commas

bash

Why Linux rm -rf throws Invalid argument error?

linux bash

Remove full url's from text file using unix awk/sed/grep

bash unix awk sed grep

Bash "declare -p" returns incomplete info

bash

Preserver double quotes in bash string when run with "bash -c"

bash shell echo

The cli for aws is blocking with update-function-code

Is Python3 shlex.quote() safe?

How to swap array element in bash shell linux?

arrays linux bash shell

Replace a keyword with the content of the file

json bash shell sed jq

Sort Output of Loop and Display

bash

Is there a better way to double escape (or escape twice) user input in BASH than calling printf twice?

bash printf escaping

Bash: How to keep lines in a file that have fields that match lines in another file?

linux bash unix terminal grep

Bash "delayed expansion" and nested variables [duplicate]

bash