Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How can I redirect STDERR to STDOUT, but ignore the original STDOUT? [duplicate]

bash redirect stdout

How can I cd to an alias directory in the Mac OSX terminal

macos bash

executing shell command in background from script [duplicate]

bash unix shell

Convert date formats in bash

linux bash date awk

ANSI color in git is not displayed correctly

git bash

Rename multiple files in shell [duplicate]

bash shell

Difference between 'if -e' and 'if -f'

bash if-statement

How to get the PID of a process that is piped to another process in Bash?

bash pipe pid

Moving large number of files [duplicate]

bash

Boolean operators ( &&, -a, ||, -o ) in Bash

Recursive copy of specific files in Unix/Linux? [closed]

linux bash shell unix cp

How to define a function inside another function in Bash?

bash

Using command line argument range in bash for loop prints brackets containing the arguments

How to make OS X to read .bash_profile not .profile file

macos bash

How do I kill a backgrounded/detached ssh session?

PS1 line with Git current branch and colors

git command-prompt bash

Why does "local" sweep the return code of a command?

bash shell local

Exit code of variable assignment to command substitution in Bash

linux bash shell exit-code

jq: output array of json objects [duplicate]

bash jq

How can I read documentation about built in zsh commands?

linux bash zsh built-in