Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Running Shell Script having multiple programs dynamically in parallel

Ant exec shell script - loses environment

shell ant

Unix read command with option -d and IFS variable combination

shell unix

Running android java based command-line utility from adb shell [duplicate]

java android shell adb dalvik

Extract Title of a html file using grep

bash shell grep

Change date modified of multiple folders to match that of their most recently modified file

bash shell applescript

Echo woes with variable expansion

Running command as login shell without starting a new shell?

shell zsh

Why does Bash always add a newline when expanding here strings?

bash shell newline stdin

Setting MongoDB's write concern in shell / shell script

mongodb shell

How to loop script till user input is empty?

shell loops while-loop csh

How to use custom variables in gitlab ci/cd?

bash shell gitlab gitlab-ci

How to pass a json-like environment variable to docker run

transpose every n lines into a single line

linux shell awk sed paste

bash echo executes command instead of printing it

bash shell scripting

PIPESTATUS[0] in BASH script

bash shell unix pipestatus

How to capture the output of one shell script into other in unix

shell unix sed awk

How to get the PHP version from the source code?

php shell

How expensive is a named pipe (fifo)?

Difference between "find ... -exec sort" and "find ... | sort"

shell