Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

What does "$$" means in shell script? [duplicate]

linux bash shell

Stay in directory changed after ending of bash script

bash shell cd

How to capture a git commit message and run an action

git bash githooks

.bashrc syntax error: unexpected end of file

linux bash

grep for a line in a file then remove the line

string bash awk sed grep

Is Bash compiled or interpreted?

linux bash shell parsing unix

IPython 3.5 returns "bad interpreter: No such file or directory"

python bash macos ipython

Variable substitution in a for-loop using {$var}

bash

define a function-like macro in bash

linux bash ubuntu macros

Bash - remove all lines beginning with 'P'

bash

Protect the password when using Mysql in an unattended bash-script

maven: bash mvn permission denied

linux bash maven centos

How do I remove a specific extension from files recursively using a bash script

bash filenames

Suspending a process in bash running inside console2

How to ensure only one file is returned by checking for newline

bash unix newline

Bash ignore error and get return code

bash

How to do mkdir with a path that has spaces?

bash

sed how to delete first 17 lines and last 8 lines in a file

linux bash sed text-processing

bash script to ssh multiple servers in a Loop and issue commands

bash ssh

Pipe a list of strings to for loop

bash