Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I test if a variable is a number in Bash?

linux bash shell

Bash tool to get nth line from a file

bash shell unix awk sed

Get current time in seconds since the Epoch on Linux, Bash

linux bash datetime

Redirect stderr and stdout in Bash [duplicate]

Set environment variables from file of key/value pairs

Is double square brackets [[ ]] preferable over single square brackets [ ] in Bash?

bash if-statement syntax

How to pass all arguments passed to my bash script to a function of mine? [duplicate]

How to split a string into an array in Bash?

arrays bash split

When do we need curly braces around shell variables?

bash shell syntax curly-braces

How does "cat << EOF" work in bash?

linux bash scripting heredoc

Why can't I change directories using "cd" in a script?

bash

How can I do a recursive find/replace of a string with awk or sed?

bash sed awk replace

How to 'grep' a continuous stream?

linux bash shell grep tail

Reliable way for a Bash script to get the full path to itself [duplicate]

bash path

Redirect all output to file in Bash [duplicate]

linux bash io-redirection

In a Bash script, how can I exit the entire script if a certain condition occurs?

bash scripting exit exit-code

How can I exclude all "permission denied" messages from "find"?

Read a file line by line assigning the value to a variable [duplicate]

bash

Check number of arguments passed to a Bash script

How can I write a heredoc to a file in Bash script?

bash heredoc