Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Negate if condition in bash script

linux bash if-statement negate

Search and replace in bash using regular expressions

regex bash

Check Whether a User Exists

bash

How can I remove the extension of a filename in a shell script?

bash shell sh cut gnu-coreutils

How to use mod operator in bash?

Passing arrays as parameters in bash

arrays bash

Why does cURL return error "(23) Failed writing body"?

macos bash curl osx-lion pipe

How do I get bash completion to work with aliases?

git bash shell unix autocomplete

bash HISTSIZE vs. HISTFILESIZE?

bash unix

source command not found in sh shell

bash shell sh

How to concatenate multiple lines of output to one line?

linux bash unix grep tr

How do I forward parameters to other command in bash script?

bash command-line

Copy folder recursively, excluding some folders

bash unix shell scripting

How can I match a string with a regex in Bash?

regex string bash

Generating random number between 1 and 10 in Bash Shell Script [duplicate]

bash

Shell equality operators (=, ==, -eq)

bash shell

How do I disable Git Credential Manager for Windows?

git bash

How to determine if a process runs inside lxc/Docker?

linux bash docker

How to gzip all files in all sub-directories into one compressed file in bash

linux bash shell gzip

Switch case with fallthrough?

bash switch-statement