Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

openssl input in hexadecimal for bash

bash openssl sha hmac digest

What does expanding a variable as "${var%%r*}" mean in bash? [duplicate]

bash variables

Bash - how to sort negative values? [duplicate]

bash sorting

How to skip files belonging to a git submodule?

bash git macos

Run any Linux terminal command from TypeScript?

linux bash typescript terminal

Permanently change Rscript and R Sys.getenv("HOME")

r bash git-bash rscript

GitHub Actions: How to pass toJSON() result to shell commands

How to use git filter-branch on pattern of folders

bash git git-filter-branch

how to login to user account from shell script with password in the script?

linux bash shell unix putty

Metaprogramming in awk, convert file to html table format

bash awk metaprogramming

Match words from 2 files

What does @<(cat <<- EOF do in Bash?

how to get git hash of current / aka next commit (not head)

bash git shell hash

String expansion - escaped quoted variable to value

How to test if a file is executable by its owner ** not necessarily me **

Creating a tab completion script. In one case I want to use the completion for another command (e.g. git), is it possible?

bash git ubuntu tab-completion

In a bash pipe, take the output of the previous command as a variable to the next command (Eg. if statement)

linux kill command -9 vs -15

linux bash process