Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Extract pattern from a string in a bash script

linux string bash shell

Shell option for automatically listing all files when cd to a folder in Linux

linux bash shell

Adding a NULL value for a datetime entry in an SQL table through Bash

mysql bash insert

How do you add spaces for aws cloudformation deploy --parameter-overrides and/or --tags?

Find out all the files bash / dash / sh reads during startup

bash shell monitoring strace

How can I source multiple bash scripts into each others properly?

bash shell unix path

The cat, the echo, and the process substitution

Make URLs unique based on their domain name

bash awk unique

Why wont Bash wait for read when used with Curl?

bash shell curl pipe sh

MySQL Docker file : sed: couldn't open temporary file

mysql bash docker

How to run ssh-agent and ssh-add through an SH script?

linux bash ssh

Add leading zeroes to awk variable

bash variables awk zero pad

how to copy and rename file with for loop in bash script?

linux bash shell loops

What does an ampersand in arithmetic evaluation and numbers with x's mean in Bash?

linux bash

Using awk to count the number of occurrences of a word in a column

linux bash awk

What is the best way in xonsh to loop over the lines of a file?

python bash xonsh

Compare first column of one file with the first column of second and print associated column of each if there was a match

Bash: Download files from file list

bash

Include script only once in shell script

bash shell

How can I use aliases in bash scripts without changing the scripts?

bash