Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Difference between wait and sleep

bash shell wait sleep

How to get arguments with flags in Bash

bash shell

Replacing some characters in a string with another character

string bash

How can I escape a double quote inside double quotes?

bash quotes

Select objects based on value of variable in object using jq

json bash select jq

How do you run multiple programs in parallel from a bash script?

bash parallel-processing

How do I use shell variables in an awk script?

bash shell awk

How to check if running as root in a bash script

bash shell root

How can I use inverse or negative wildcards when pattern matching in a unix/linux shell?

Using the RUN instruction in a Dockerfile with 'source' does not work

bash shell docker

Concatenating multiple text files into a single file in Bash

bash shell

Command to get time in milliseconds

linux bash shell time

Use space as a delimiter with cut command

bash unix cut

OS X Bash, 'watch' command

macos bash automation watch

What does `set -x` do?

linux bash unix scripting

How can I recall the argument of the previous bash command?

linux bash unix command

How to represent multiple conditions in a shell if statement?

bash shell unix

Execute command on all files in a directory

bash scripting

sed command with -i option failing on Mac, but works on Linux

linux macos bash sed

Running multiple commands with xargs

bash xargs