Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Using variables inside a bash heredoc

bash variables sh heredoc

How to generate a core dump in Linux on a segmentation fault?

linux bash unix coredump tcsh

`date` command on OS X doesn't have ISO 8601 `-I` option?

bash macos iso8601

How do I edit $PATH (.bash_profile) on OS X?

How to ignore xargs commands if stdin input is empty?

bash centos xargs

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