Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How have both local and remote variable inside an SSH command

linux bash

How do I use variables in single quoted strings?

string bash shell echo

Using awk in BASH alias or function

bash awk

How to make cp command quiet when no file is found in Bash?

bash cp

Simple way to convert HH:MM:SS (hours:minutes:seconds.split seconds) to seconds

linux bash shell time

Curl: Bypass proxy for localhost

bash curl proxy

Bash loop, print current iteration?

bash loops while-loop

Split string into multiple variables in Bash [duplicate]

bash

Bash script how to sleep in new process then execute a command

linux bash

How to get the number of files in a folder as a variable?

bash shell

Change directory and execute file in one command

Strange behavior of argv when passing string containing "!!!!"

c bash quotes argv

cmd 2>&1 > log vs cmd > log 2>&1 [duplicate]

Using "and" in Bash while loop

linux bash

How to run binary file in Linux

linux bash

How to generate a list of all dates in a range using the tools available in bash?

bash shell

Remove all whitespaces in a file- Linux

regex linux bash sed

rsync: --include-from vs. --exclude-from what is the actual difference?

bash unix rsync

Create JSON using jq from pipe-separated keys and values in bash

json bash docker jq

Removing a newline character at the end of a file

bash scripting newline tr