Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Unix command to generate four digit random number with four decimals

bash unix

Bash comparing stored "boolean" value with what?

bash

Track success or failure for hive queries running through shell script

bash shell hive

sh - running a class file in maven project using shell script

java bash shell maven

Aggregate CSV data based on unique ID using command-line tools [closed]

bash join awk sed command-line

Issue with line endings when developing on a Windows but running on a UNIX docker container

bash docker unix line-endings

How can I prevent idle sleep in a long-running bash script on Mac OS?

bash macos sleep-mode

Bash: join by numeric column

linux bash shell unix join

Bash: assignment of variable on same line not altering echo behavior [duplicate]

bash

How to combine 'tail -f' and 'grep' in bash?

linux bash

Creating a pipe from the inside of the python interpreter

python bash python-3.x pipe

Creating a shell script which can spawn multiple concurrent processes which call a specified web service

bash shell sh

How to send to stdin in bash 10 seconds after starting the process?

linux bash

Parallel tar with split for large folders

rails heroku - error code H10 bash: bin/rails: No such file or directory

Why does tee wait for all subshells to finish?

bash pipeline tee subshell

Call bash script from php

php bash web

BASH - How to get variable from the script that runs in the background

bash

Output each match from sed as a separate file

regex bash sed