Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Use more than one core in bash

linux bash multithreading

How do I pass command line arguments to docker-compose run?

bash docker docker-compose

AWS query string does not extract any data when executed by .sh script

Work-around for $@ unbound variable in Bash 4.0.0?

bash shell sh bash4

Prevent pwgen -y generating backticks or quotes? (or otherwise sanitize output)

bash passwords

Why does my Curl command fail to download a file most of the time, but sometimes works?

bash ubuntu curl

Run bash script in Anaconda prompt

python-3.x bash anaconda

Parsing .csv file in bash, not reading final line

bash parsing shell unix csv

Substring of string matching regex in a bash shell [duplicate]

regex bash unix substring

Github Actions: How to share bash aliases across steps?

bash github github-actions

Generate combinations of elements with echo

bash shell brace-expansion

How to run a Bash script that calls a Python script from any location?

python linux bash shell

Convert GMT timestamp to local time using Bash and GNU tools

linux bash

Is it possible to have separate bash completion functions for separate commands which happen to share the same name?

bash completion

"Unterminated quoted string" when using variables with quotes in makefile

linux bash makefile

How do I use tr to substitute '--' string

linux bash shell

How to read & handle POST requests with Netcat

bash http post netcat

Redirect stdout and stderr to file permanently but keep printing them

bash

Python shebang and newlines

python bash shebang

Redirecting stdout only if command failed?

linux bash shell