Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Iterating through JSON array in Shell script

json bash jq

bash getopts with multiple and mandatory options

bash getopts

Can I use awk to convert all the lower-case letters into upper-case?

linux bash awk

In reverse-i-search (Ctrl+R ) ,Any method to switch between similar commands in history

linux bash command-line

Number of non repeating lines - unique count

bash shell line unique

Incrementing a variable inside a Bash loop

bash shell loops

Shell script to open a URL

bash shell

Capistrano & Bash: ignore command exit status

How to count number of words from String using shell

bash

List public IP addresses of EC2 instances

Gradle home cannot be found on Mac

java bash macos gradle

'docker ps' output formatting: list only names of running containers

bash docker

How do I Remove Specific Characters From File Names Using BASH

bash

Need to assign the contents of a text file to a variable in a bash script

bash

Store mysql query output into a shell variable

mysql sql bash scripting

How to extract domain name from url?

regex bash url

What's the use of the staging area in Git?

What does "< <(command args)" mean in the shell?

bash shell built-in

Get autocompletion when invoking a "read" inside a Bash script

bash bash-completion

Concatenating variables in Bash [duplicate]