Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

How can I create nonexistent subdirectories recursively using Bash?

bash "if [ false ];" returns true instead of false -- why?

How to create a hex dump of file containing only the hex characters without spaces in bash?

linux bash hex

Laravel PHP Command Not Found

php bash laravel

How to store standard error in a variable

Why start a shell command with a backslash?

bash shell

How to use Bash to create a folder if it doesn't already exist?

bash directory

How to run cron once, daily at 10pm [closed]

How do I limit the number of results returned from grep?

linux bash unix sh