Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

What are the special dollar sign shell variables?

Extract substring in Bash

string bash shell substring

Add a new element to an array without specifying the index in Bash

bash arrays

Given two directory trees, how can I find out which files differ by content? [closed]

linux bash shell unix diff

Setting environment variables on OS X

Count number of lines in a git repository

bash git shell line-count

How do I pause my shell script for a second before continuing?

bash shell unix

Add line break to 'git commit -m' from the command line

git bash shell

What does set -e mean in a bash script?

linux bash shell sh

In Bash, how can I check if a string begins with some value?

string bash comparison

Shell: How to call one shell script from another shell script?

bash shell

Get current directory name (without full path) in a Bash script

bash shell

Assigning default values to shell variables with a single command in bash

bash shell

How to permanently set $PATH on Linux/Unix [closed]

linux bash unix path zsh

How do I clear/delete the current line in terminal?

bash terminal

How do I use sudo to redirect output to a location I don't have permission to write to? [closed]

How to iterate over arguments in a Bash script

bash command-line

Propagate all arguments in a bash shell script

Parsing JSON with Unix tools

json bash parsing

How to echo shell commands as they are executed

bash shell sh posix trace