Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Bash - comparing output of two commands

Mounting network drives with Terminal in OSX 10.12 / Sierra

Sed capture group not working

regex bash sed regex-group

bash regular expressions to get docker container port number

bash docker

How to kill a process by its pid on Linux? [closed]

linux bash process command kill

How can I truncate a line of text longer than a given length?

Preserve original order if numeric value is equal in coreutils sort?

BASH: Process Substitution in a Variable

bash process-substitution

How to bind a key to run a command and insert its output into the bash command line?

git commit: pre-populate commit subject but still prompt for a commit message [duplicate]

Split string with bash with symbol

string bash sed awk

using sed to find and replace in bash for loop

bash sed

Msys2 autocomplete doesn't work for current directory

How can I make a bash inputmenu dialog start with rename automatically clicked?

bash menu dialog

How to add many SSL certificates for Java application inside docker?

How can I use an array to create subdirectories using mkdir in bash?

arrays bash mkdir

How to create a dynamic number of arrays with dynamic names in bash?

arrays bash

How to convert date to timestamp in bash shell?

bash shell

Is it possible to require a .php file via command line parameter before running a php script?