Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

how to take rows containing a pattern in certain column and move them to the rows than have few commonly columns in UNIX

bash unix awk

Regex grep external IP brings back internal IP as well - why?

regex bash ubuntu ip ifconfig

Why "[ 1 > 2 ]" evaluates to True?

linux bash

Bash shell 'if' statement comparing outputs from different commands

How to extract two different columns separated by different delimiters into the same line

bash shell unix awk scripting

Bash capturing in brace expansion

bash brace-expansion

How to generate random numbers between 0 and 1 in bash

bash shell random

How to delete a single command from history in bash

Pipe output from command in Git Bash to Powershell script on windows

windows bash git powershell

get a list of files with N commits from git

bash git git-filter-repo

How do I remove positional parameters in bash?

Bash: Check if a string contain specific alphabets and comma

string bash

git - show only the projects (csproj) whose files have changes

c# .net bash git

Dynamic array name in bash

arrays bash variable-names

I am getting this EOF error when running this bash script

bash

What do [ -r $1 ] and [ ! -r $1 ] mean in Bash?

bash

Azure docker registry - bash script to check if a docker tag already exists

Redirect stderr from bash subprocces

bash

Why is Bash pattern match for ?(*[[:class:]])foobar slow?

regex bash

split line into multiple via splitting specific field

bash sed awk split