Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

how to check if mongodb is up and ready to accept connections from bash script?

bash mongodb

Validate date format in a shell script

change a line with awk

bash awk

How can I run a list of commands in parallel?

How can I find the sum of the elements of an array in Bash?

arrays bash shell unix

-bash: /usr/bin/virtualenvwrapper.sh: No such file or directory

RubyGems + Cygwin: POSIX path not found by ruby.exe

ruby bash rubygems cygwin

How to get Linux autocompletion with numbered menu?

linux bash autocomplete

Cancel failed reverse-i-search in bash but keep what I typed in

linux bash ubuntu command-line

Alpine apk: List all available package versions

linux bash package alpine

How to Bash Complete Three-Part Pattern

bash bash-completion

How to get the process id of command executed in bash script?

linux bash shell sh systemd

Colorize filename according to svn status

svn bash colors ls

Combine output of two concurrent programs with bash

bash shell unix

How to call a Bash script from VBA (Excel)

excel vba bash macos

Suppressing printout of "Exception ... ignored" message in Python 3

How to return to bash prompt after printing output from backgrounded function?

How can I hide a password/username used in a bash script for accessing MySQL?

mysql security bash scripting

Bash Autocompletion - How to pass this array to compgen without significant whitespace being collapsed?

arrays bash bash-completion

Unit Test for Bash completion script

python bash bash-completion