Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

Why avoid subshells?

bash subshell

how to pass "one" argument and use it twice in "xargs" command

bash shell echo popen xargs

"Standardized" docstring/self-documentation of bash scripts

Could not create directory '/home/username/.ssh'

windows bash git ssh

bash: check if remote file exists using scp

bash scp

How to set temp file directory for sed command in linux?

bash sed

Positive/Negative lookahead with grep and perl

Getting strange behavior from terminal and iTerm "-bash: fork: Resource temporarily unavailable"

macos bash

What is the meaning of ". filename" (period space filename) in Bash?

bash period

In bash, environmental variables not tab-expanding correctly

How to send a signal SIGINT from script to script?

bash signals kill bash-trap

Pass multi-word arguments to a bash function

bash parameters word split

How to tell if any command in bash script failed (non-zero exit status)

bash sh exit-code exitstatus

shlex alternative for Java

java bash shell tokenize