Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

bash: shortest way to get n-th column of output

bash awk

Piping command output to tee but also save exit code of command [duplicate]

bash shell pipe sh tee

Remove duplicate entries in a Bash script [duplicate]

bash shell

How to merge two files line by line in Bash

bash unix

Convert command line arguments into an array in Bash

arrays bash shell

Efficiently test if a port is open on Linux?

linux bash shell port

String comparison in bash. [[: not found

Github permission denied: ssh add agent has no identities

linux: kill background task

linux bash unix kill job-control

uppercase first character in a variable with bash

bash

How to check the extension of a filename in a bash script?

bash scripting file

How to split one string into multiple variables in bash shell? [duplicate]

bash shell variables

Passing a string with spaces as a function argument in Bash

bash function

Getting an "ambiguous redirect" error

bash

Negate if condition in bash script

linux bash if-statement negate

Search and replace in bash using regular expressions

regex bash

Check Whether a User Exists

bash

How can I remove the extension of a filename in a shell script?

bash shell sh cut gnu-coreutils

How to use mod operator in bash?

Passing arrays as parameters in bash

arrays bash