Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Set new variable with name of string from existing variable

bash

whats the best practice for conditionals in bash when checking multiple statements?

bash

How to find lines that contain ONLY lowercase using grep

regex bash grep

Sorting bash arguments alphabetically

bash

Cannot run shell command through php exec, but can as user on shell?

linux perl bash shell exiftool

shell $RANDOM seed not honored in pipelines

bash shell random pipe seed

How to check if a shell command is over in Python

python bash shell

Why Gradle's wrapper in Linux has to be started in this way?

linux bash gradle wrapper

Modify $READLINE_LINE and $READLINE_POINT values inside bash script

bash autocomplete

Print name of the file in front of every line of file

linux bash shell for-loop

Recommended way to batch stdin lines to another repeated command, like xargs but via stdin rather than arguments?

linux bash xargs gnu-coreutils

How to shorten a string

bash find rename xargs

Syntax error near unexpected token "(" when declaring arrays in bash

bash maven syntax-error

Set a Bash function on the environment

Piping of grep is not working with tail? [duplicate]

regex linux bash grep

Incrementing current date by 5 minutes in bash

bash date

How to filter on column value in bash

bash awk filter grep

BASH: Percentage change - how to calculate it? How to get absolute value without bc?

What's the DRYest way to replace a file with a symlink in bash

bash dry

Word splitting happens even with double quotes

bash