Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Bash script to check running process [duplicate]

bash

How to read a .properties file which contains keys that have a period character using Shell script

linux bash shell unix

What is the difference between backticks and $() in a Bash script? [duplicate]

bash backticks

Control-r reverse-i-search in Bash: how do you "reset" the search in Cygwin?

bash cygwin readline

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" How does that work?

linux bash shell unix scripting

Recursively find all files that match a certain pattern

macos bash command-line

What does the colon dash ":-" mean in bash [duplicate]

bash shell syntax semantics

Bash script store command output into variable

bash variables store

Unicode (utf-8) with git-bash

Find file in directory from command line

bash shell autocomplete

Linux shell script to add leading zeros to file names

linux bash shell grep

Using if elif fi in shell scripts [duplicate]

bash shell

Use bash to find first folder name that contains a string

bash shell find

How can I suppress error messages of a command?

linux bash

Syntax error near unexpected token 'fi'

bash

Retry a Bash command with timeout

bash loops timeout

find a pattern in files and rename them [closed]

linux bash

Bash convert epoch to date, showing wrong time

bash date epoch

Set a parent shell's variable from a subshell

bash shell subshell

Can I pass a string variable to jq not the file?

json bash variables input jq