Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

bash script loop through two variables in lock step

bash

simple database solution (local storage) from bash

database bash

cURL in Bash - Passing Variables Between Single Quotes

bash shell curl

Setting environment variable in makefile and reading it from python script does not work [duplicate]

How to get the last month? date +%Y%m -d '1 month ago' doesn't work on March 30

linux bash date

How can I write if/else with Boolean in Bash? [duplicate]

bash if-statement boolean

Linux bash How to use a result of a wildcard as a file name in a copy command

linux bash cp

How do ACLs influence ls / stat() results?

linux bash posix acl

Extract JSON object using Bash shell? [duplicate]

json bash shell sed awk

Sorting 1 before 10 in bash

bash sorting

Adding interactive user input e.g., `read` in a Docker container

linux bash docker stdin

govendor doesn't work from cmd

bash go govendor

"source script" does not honor "#!/bin/bash -ex" and exit when a command fails

bash shell

Could an existing fd always be duplicated both as input and output?

Bash -1 year from date

bash shell

sh: How to extend environment variables?

bash shell command-line sh

Meaning of \r on linux systems

c++ linux bash terminal vt100

Passing empty arguments to sudo -i

linux bash shell sudo

Exit code when calling R script from bash

r bash macos rscript

Why does escaping greater than or less than work in bash string comparisons?

bash