Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Select unique or distinct values from a list in UNIX shell script

bash unique distinct ksh sh

How to find whether or not a variable is empty in Bash?

bash shell is-empty

Installing Homebrew on OS X

How to create User/Database in script for Docker Postgres

Get last dirname/filename in a file path argument in Bash

linux bash shell svn

How to read from a file or standard input in Bash

bash stdin

Bash conditionals: how to "and" expressions? (if [ ! -z $VAR && -e $VAR ])

bash shell

How can I ssh directly to a particular directory?

bash shell scripting ssh

How can I detect if my shell script is running through a pipe?

bash shell pipe

How can you run a command in bash over and over until success?

bash command while-loop

What is the difference between $(command) and `command` in shell programming?

bash shell ksh sh

How can I repeat a character in Bash?

bash shell echo

Find the files existing in one directory but not in the other [closed]

linux bash diff

Run git pull over all subdirectories [duplicate]

git bash

How do I syntax check a Bash script without running it?

linux bash unix syntax gnu

How can I print each command before executing? [duplicate]

bash

Simple logical operators in Bash

bash logical-operators

"unary operator expected" error in Bash if condition

bash shell

How to replace spaces in file names using a bash script

How to programmatically determine the current checked out Git branch [duplicate]

git bash shell