Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to detect if docker run succeeded programmatically?

bash docker

How to pass array as an argument to a function in Bash

arrays bash shell

Command output redirect to file and terminal [duplicate]

linux bash redirect

Can ${var} parameter expansion expressions be nested in bash?

bash

How to copy an array in Bash?

arrays bash copy

Insert multiple lines into a file after specified pattern using shell script

linux bash shell sed awk

Include additional files in .bashrc

linux shell command-line bash

shell script to kill the process listening on port 3000? [duplicate]

linux bash sockets kill

How to find processes based on port and kill them all? [duplicate]

bash shell

Automating telnet session using bash scripts

linux bash automation telnet

How to remove entry from $PATH on mac

What are the differences between a login shell and interactive shell? [closed]

What exactly is sudo bang bang? [closed]

linux bash terminal sh

Difference between terms: "option", "argument", and "parameter"?

How to find file accessed/created just few minutes ago

linux bash shell unix find

Associative arrays: error "declare: -A: invalid option"

bash associative-array

How to use grep to get anything just after `name=`?

regex bash grep

Capture multiline output as array in bash [duplicate]

bash

How to get file creation date/time in Bash/Debian?

linux bash shell debian ls

Padding zeros in a string

bash