Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to determine the current shell I'm working on

bash unix shell csh tcsh

How can I compare numbers in Bash?

bash shell numeric

How do I remove all .pyc files from a project?

bash

Difference between single and double quotes in Bash

bash shell syntax quotes

How do I prompt a user for confirmation in bash script? [duplicate]

bash

How to kill all processes with a given partial name? [closed]

linux bash posix

How to use double or single brackets, parentheses, curly braces

bash syntax

Find and kill a process in one line using bash and regex

regex bash terminal awk

Syntax for a single-line while loop in Bash

bash loops while-loop

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