Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Accessing Azure blob storage using bash, curl

bash azure curl openssl

Override bash completion for git clone

bash git bash-completion

How can I set a build variable in Azure DevOps with Bash?

bash azure-devops

Unzip - Warning and Mapname

Add spaces to the end of some Bash autocomplete options, but not to others?

bash autocomplete spaces

multiline regexp matching in bash

bash pattern-matching

Trapping getopt invalid options

bash shell case getopt

Iterate through list of filenames in order they were created in bash

bash

How to access the metadata of a docker container from a script running inside the container?

bash docker dockerfile

Windows GitLab CI Runner using Bash

Bash: How to build a recursive cowsay

linux bash

How to pass variables from python script to bash script

python bash variables

Git Bash: Launch Application via Alias without hanging Bash (WIndows)

git bash

Unable to trap SIGINT signal in a background shell

Is flock automatically released on process exit?

why do perl, ruby use /dev/urandom

python ruby linux bash perl

bash autocompletion: add description for possible completions

How can I use grep to match but without printing the matches?

linux bash shell grep

Why zsh tries to expand * and bash does not?

bash adb zsh glob expansion

Sed replace with the output of a bash command using capture group as argument

bash sed