Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

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]