Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

what's the meaning of 'c' in result of command "ls -l /dev/tty'? [closed]

linux bash

How to suppress variable substitution in bash heredocs

bash syntax heredoc

What's the point of eval/bash -c as opposed to just evaluating a variable?

linux bash shell unix sh

how to set an expect variable with output of shell command

"cannot execute binary file" when trying to run a shell script on linux

linux bash shell

Check if S3 file has been modified

bash shell amazon-s3

How to append line to empty file using sed, but not echo?

bash shell sed echo sudo