Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Is there a way to make bash job control quiet?

Regular expressions in a Bash case statement

regex bash case glob

How can I pass a file argument to my bash script using a Terminal command in Linux? [duplicate]

Git for Windows doesn't execute my .bashrc file

windows git bash windows-7

run a shell script and immediately background it, however keep the ability to inspect its output

The return code from 'grep' is not as expected on Linux

linux bash shell grep

Windows PATH to posix path conversion in bash

windows string bash path msys

How to get the total physical memory in Bash to assign it to a variable?

bash

Passing second argument onwards from a shell script to Java [duplicate]

bash

CURL escape single quote

bash shell curl elasticsearch

Concat strings in a shell script [duplicate]

bash string-concatenation

Can an Xcode .mobileprovision file be 'installed' from the command line?

ios bash xcodebuild xcrun

Unable to set variables in bash script [duplicate]

bash scripting

mvn command not found in OSX Mavrerick

macos bash maven terminal

Jekyll - command not found

ruby bash jekyll

How to kill all subprocesses of shell?

bash shell process fork kill

Why C-forkbombs don't work like bash ones?

c++ c linux bash fork

Differences between declare, typeset and local variable in Bash

What are the PowerShell equivalents of Bash's && and || operators?

Test if a directory is writable by a given UID?