Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Send message to a Python Script

What is Fish equivalent for <<EOF in Bash

bash shell fish

Heredoc on docker exec

python bash shell docker heredoc

Bash associative array with list as value

Read file into variable while suppressing "No such file or directory" error

bash

Iterate over json with jq

json bash jq

Delete a specific line from a 12GB file

bash perl file unix

Clone/download specific files from a GitHub repository

bash git github glob

Logging in via a script to a remote server and execute a set of commands

bash command-line ssh

Replacing HTML tag content using sed

html regex bash replace sed

Difference between Bash shell and Bash terminal?

bash terminal

Writing a shell script to install cron job

linux bash shell cron

OS X Find in bash with regex digits \d not producing expected results

regex macos bash terminal find

How can you remove and then restore non index changes using the stash without ever having merge conflicts in git?

git bash

Save command output to variable without it printing to standard output

linux bash

Nested quotes bash [duplicate]

string bash shell command nested

How to assign results from printf statement to a variable (for leading zeroes)?

bash shell printf

Generate prime number using OpenSSL

bash openssl primes

How to (not) pass empty quoted variables as arguments to commands

bash shell

Bash script countdown timer needs to detect any key to continue

bash