Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Checking whether a program exists

linux bash perl

Brace expansion with $@ arguments

Is there a way to measure how much a shell command used memory?

Execute command on every changed file

git bash

How do you get a bash function to autocomplete as if it were something else?

What does this bash mean: USER=${1:-`id -un`}

bash

How to compare two huge text files (more than 50gb each)?

Shell REGEX for date

regex bash shell date

Get exit code when piping into grep -v [duplicate]

bash grep exit-code

The equal tilde operator is not working in bash 4

regex bash bash4

SH linux: Syntax error: word unexpected

Removing an optional / (directory separator) in Bash

bash replace

How to give executable permission to all Python scripts in Linux?

Trying to calculate radius and area of circle in BASH

linux bash shell

bash array count always returns 1

arrays bash

How to ssh+bash into Docker container in a single command

bash ssh docker

Why this bash construct works? (parameter-substitution)

bash

Filter lines with the other set of lines in Bash

linux bash grep filtering stdin

Implementing `sumproduct` in UNIX shell

bash shell unix awk

how to pipe wc -l output to echo output

bash shell