Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Execute sudo command on Linux from plink.exe on Windows

linux windows bash ubuntu putty

bash tail on a live log file, counting uniq lines with same date/time

bash logging tail uniq

Checking for empty lines in a file

bash file unix

BASH: Path difference between two paths?

bash shell filepath

Having getopts to show help if no options provided

bash getopts

use external python script to open maya and run another script inside maya

Bash retrieve column number from column name

bash shell awk

Bash: Finding Powerset of array

bash permutation

Running a bash script from alpine based docker

bash docker alpine

Get all but first N arguments to a bash function

bash function shell

if-statement always evaluates to TRUE

linux bash unix process

How to iterate over positional parameters in a Bash script?

bash scripting

How to make a bash script that creates 40 simultaneous instances of a program?

bash loops scripting

bash: function + source + declare = boom

bash function

What does it mean "bash < <( curl http://rvm.io/releases/rvm-install-head )" [closed]

bash shell

Creating empty file in all subfolders

bash

Bash c-style if statement and styling techniques

bash if-statement

bash script with ls $variable

bash

Best way to generate a random string following a specific pattern in Bash

linux string bash random

Subtracting strings (that are numbers) in a shell script

bash shell math