Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Meaning of tilde in Linux bash (not home directory)

linux bash home-directory

How to get cURL to output only HTTP response body (JSON) and no other headers etc

json bash curl

Command to escape a string in bash

bash escaping

Call Python script from bash with argument

python linux bash shell debian

how do I check in bash whether a file was created more than x time ago?

linux bash command-line

bash: mkvirtualenv: command not found

What do double-asterisk (**) wildcards mean?

How to convert a string from uppercase to lowercase in Bash? [duplicate]

Docker: Stop and delete docker container if it's running

bash docker containers

How execute bash script line by line?

bash

How to access command line arguments of the caller inside a function?

Is there a way to run Bash scripts on Windows? [closed]

windows bash

How to concatenate two strings to build a complete path

linux bash

What is the best way to count "find" results?

bash find

Batch renaming files with Bash

bash shell file-rename

How to format a JSON string as a table using jq?

json bash jq

How to execute a Bash command only if a Docker container with a given name does not exist?

bash docker

How can Bash execute a command in a different directory context?

Using unset vs. setting a variable to empty

bash variables syntax

Test if a variable is set in bash when using "set -o nounset"

bash shell unix