Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I conditionally redirect the output of a command to /dev/null?

bash redirect

Quoting vs not quoting the variable on the RHS of a variable assignment

bash syntax quoting

Escaping MYSQL command lines via Bash Scripting

mysql bash ssh escaping sh

Message "syntax error near unexpected token `('"

bash shell

BASH: Global variables aren't updateable in a function only when that function is piped (simple example)

linux bash variables cat

Check if directory does not exist [duplicate]

linux bash shell

Code block usage { } in bash

bash shell

Bash: Read into multiple local scope variables

bash

Starting a process over ssh using bash and then killing it on sigint

bash ssh signals

Interacting with bash from python

python bash subprocess

How do I maintain the version number of my bash script which is git source controlled?

git bash version

BASH: check for amount of memory installed on a system as sanity check

linux bash memory

How do you execute SQL from within a bash script?

sql oracle bash plsql sqlplus

Startup script with systemd in Linux

linux bash startup boot systemd

get a default value when variable is unset in make

Is there an `rc` file for the command line calculator `bc`?

bash command-line bc

Why doesn't this Bash script error out?

bash

Is there a way to run "nvm use" automatically in a prestart npm script?

javascript node.js bash nvm

Split file based on string delimiter in bash.how? [duplicate]

bash file split

How to pipe a here-document through a command and capture the result into a variable?

bash shell heredoc