Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Insert newline (\n) using sed

bash sed freebsd

What is the meaning of the ${0##...} syntax with variable, braces and hash character in bash?

How to make case statement match a number range?

bash switch-statement

In Bash, how do I test if a variable is defined in "-u" mode

bash

Open a file at line with "filename:line" syntax

bash emacs

Read JSON data in a shell script [duplicate]

json bash shell

How to check if ssh-agent is already running in bash?

linux bash shell ssh

read stdin in function in bash script

bash shell pipe bash-function

Is there an easy way to pass a "raw" string to grep?

Assigning the output of a command to a variable [duplicate]

bash unix sh

If file is exists and is not empty. Always gives me the false value

linux bash scripting

Home/End keys do not work in tmux

linux bash tmux

Bash variable assignment and command not found [duplicate]

bash shell variables cygwin

rm: cannot remove: Permission denied [closed]

linux bash

How to zero pad numbers in file names in Bash?

bash rename

docker exec is not working in cron

How can I list the files in a zip archive without decompressing it?

linux bash shell unix zip

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