Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to execute a remote command over ssh with arguments?

linux bash ssh

Capture stdout to a variable but still display it in the console

Backticks vs braces in Bash

bash command-substitution

How to show zsh function definition (like bash "type myfunc")?

bash function zsh definition

Count line lengths in file using command line tools

unix - count of columns in file

linux bash shell unix scripting

Overwrite last line on terminal

bash terminal escaping

How can I compare a string to multiple correct values in Bash?

string bash comparison compare

recursively use scp but excluding some folders

bash scp

What does &> do in bash?

bash

'+' (one or more occurrences) not working with 'sed' command

macos bash sed

SCP doesn't work when echo in .bashrc?

bash ssh scp

How to cut first n and last n columns?

linux bash shell

How to avoid bash command substitution to remove the newline character?

In bash, is there an equivalent of die "error msg"

bash shell

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