Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Execute a command without keeping it in history [closed]

linux bash unix

[ :Unexpected operator in shell programming [duplicate]

linux bash shell

What command means "do nothing" in a conditional in Bash?

bash conditional noop

When should I wrap quotes around a shell variable?

linux bash shell unix quotes

How to redirect the output of the time command to a file in Linux?

linux bash time

How do I run multiple background commands in bash in a single line?

linux bash shell

Command to get nth line of STDOUT

bash shell sed stdout

How to resolve symbolic links in a shell script

bash shell scripting symlink

Looping over arrays, printing both index and value

bash

How to redirect output of an entire shell script within the script itself?

bash shell sh

Read a variable in bash with a default value

bash shell

Read lines from a file into a Bash array [duplicate]

arrays bash

An "and" operator for an "if" statement in Bash

bash if-statement

How to check if a symlink exists

bash symlink

Subtract two variables in Bash

bash shell unix

How do I redirect output to a variable in shell? [duplicate]

bash shell

How to implement common bash idioms in Python? [closed]

python bash shell

How to evaluate http response codes from bash/shell script?

http bash shell http-headers

How can I use Bash syntax in Makefile targets?

bash shell makefile

Random number from a range in a Bash Script

bash shell scripting